diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/common.nix | 2 | ||||
| -rw-r--r-- | modules/desktop.nix | 3 | ||||
| -rw-r--r-- | modules/users.nix | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix index 35d7c59..e2b7630 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -81,7 +81,7 @@ p7zip jq (python3.withPackages (py-pkgs: with py-pkgs; [ - plotly numpy + plotly numpy pandas ])) pass ripgrep diff --git a/modules/desktop.nix b/modules/desktop.nix index b7ac14c..653a231 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -83,10 +83,10 @@ in { }; programs.firefox.enable = true; - programs.firefox.package = pkgs.librewolf; environment.systemPackages = with pkgs; [ anki + kanata gimp opencpn waybar @@ -111,6 +111,7 @@ in { dmenu dzen2 ffmpeg + ghostty haskellPackages.xmobar hledger hledger-ui diff --git a/modules/users.nix b/modules/users.nix index 58ad230..515c43e 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -21,6 +21,7 @@ in { "plugdev" "lxd" "readonly" + "uinput" "input" "vboxusers" "video" |
