not far till perfection
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.nushell.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.n = {
|
||||
@@ -115,7 +116,7 @@
|
||||
extraGroups = [ "networkmanager" "wheel" "video" "adbusers" ];
|
||||
packages = with pkgs; [
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
|
||||
@@ -137,11 +138,9 @@
|
||||
nodejs
|
||||
musescore
|
||||
anki-bin
|
||||
flutter
|
||||
unzip
|
||||
|
||||
# nvim
|
||||
lunarvim
|
||||
gnumake
|
||||
python312Packages.pip
|
||||
python312
|
||||
@@ -149,7 +148,7 @@
|
||||
ripgrep
|
||||
gcc
|
||||
|
||||
# # sway
|
||||
# sway
|
||||
networkmanagerapplet
|
||||
grim # screenshot functionality
|
||||
slurp # screenshot functionality
|
||||
|
||||
Reference in New Issue
Block a user