diff options
author | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 12:30:23 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 12:30:23 +0100 |
commit | 2c8176faa095ac9f761287c279d42318646861b7 (patch) | |
tree | 46268dbadd9f6e2f182a5e62629d5e3462ca512d | |
parent | 035224eab61b80b5f6053ac7f72a3a6efa2aaa3b (diff) |
More re-arranging of applications
-rw-r--r-- | awesome/default.nix | 3 | ||||
-rw-r--r-- | default.nix | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/awesome/default.nix b/awesome/default.nix index b67263f..5b64829 100644 --- a/awesome/default.nix +++ b/awesome/default.nix @@ -116,9 +116,6 @@ EOF # We only include utilities in here which are directly used by awesome. # General purpose applications go in the root default.nix env. - pkgs.pavucontrol - pkgs.xdg-utils - pkgs.arandr pkgs.scrot pkgs.feh pkgs.brightnessctl diff --git a/default.nix b/default.nix index 344f952..fb6b8a3 100644 --- a/default.nix +++ b/default.nix @@ -114,6 +114,9 @@ in rec { pkgs.sylpheed pkgs.calibre pkgsEdge.lagrange + pkgs.pavucontrol + pkgs.xdg-utils + pkgs.arandr bin ((import ./nvim) {}).nvim |