This commit is contained in:
twoneis 2024-08-02 23:49:06 +02:00
parent 16fa4956e5
commit a5b5ea7f59
28 changed files with 164 additions and 123 deletions

View file

@ -1,8 +1,10 @@
{ config, pkgs, ... }: {
{ config, pkgs, ... }: let
inherit (config) conf;
in {
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
home-manager.users.${config.username} = {
home-manager.users.${conf.username} = {
home.packages = with pkgs; [
man-pages
man-pages-posix