diff --git a/roles/base.nix b/roles/base.nix index 29779da..3eccdfb 100644 --- a/roles/base.nix +++ b/roles/base.nix @@ -6,7 +6,6 @@ in { environment.systemPackages = with pkgs; [ bash bat - emacs-nox direnv fd fzf diff --git a/roles/desktop.nix b/roles/desktop.nix index 1219757..b5a63d8 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -17,6 +17,7 @@ in { slurp swayidle swaylock + xwayland ]; }; @@ -41,14 +42,21 @@ in { ]; environment.systemPackages = with pkgs; [ + librsvg + unstable.mypaint + unstable.mypaint-brushes + + hicolor-icon-theme + numix-icon-theme alacritty firefox mumble neofetch + inkscape pulseaudio pulsemixer - wl-clipboard unstable.keepassxc + wl-clipboard ( pkgs.writeTextFile { name = "startsway"; diff --git a/roles/dev.nix b/roles/dev.nix index a42a09a..c132318 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -9,6 +9,7 @@ let in { environment.systemPackages = with pkgs; [ + emacs go python37 python37Packages.pyls-black