From b1376304b711f1d2d45a33303e25264a5e9e3f23 Mon Sep 17 00:00:00 2001 From: foosinn Date: Sat, 29 Aug 2020 16:52:59 +0200 Subject: [PATCH] new software --- roles/base.nix | 1 - roles/desktop.nix | 10 +++++++++- roles/dev.nix | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) 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