wayland + more per project dev
This commit is contained in:
parent
6277991153
commit
1631a93094
12 changed files with 1074 additions and 324 deletions
|
@ -20,13 +20,13 @@
|
|||
shellAliases = {
|
||||
ls = "ls --hyperlink=auto";
|
||||
nixedit = "codium /etc/nixos";
|
||||
nixupdate = "sudo nixos-rebuild switch";
|
||||
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
|
||||
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
|
||||
};
|
||||
shellInit = "cd ~/Developpements;";
|
||||
ohMyZsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
plugins = [ "git" "ssh-agent" ];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
};
|
||||
|
@ -44,6 +44,7 @@
|
|||
emacs-nox
|
||||
findutils
|
||||
gnugrep
|
||||
gnumake
|
||||
gnupg
|
||||
imagemagick
|
||||
jq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue