diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-31 23:21:25 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-10-31 23:21:25 -0600 |
| commit | 4e23eab66b7f6b4948edcd7def5e688e728ef4b6 (patch) | |
| tree | e3ed29d71f9fd32ab977206f3a8e025e92a4e1b2 /modules/nixos/system-packages.nix | |
| parent | c0064a91dc17cc24fabe1beca56adaa7cedd43bc (diff) | |
file should have rebased, not merged, fixed
Diffstat (limited to 'modules/nixos/system-packages.nix')
| -rw-r--r-- | modules/nixos/system-packages.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/nixos/system-packages.nix b/modules/nixos/system-packages.nix index d905594..b1ffee6 100644 --- a/modules/nixos/system-packages.nix +++ b/modules/nixos/system-packages.nix @@ -13,27 +13,6 @@ pciutils # For gaming # r2modman - #For hyprland - waybar - #For sway - alacritty # gpu accelerated terminal - dbus-sway-environment - configure-gtk - wayland - waybar - xdg-utils # for opening default programs when clicking links - glib # gsettings - dracula-theme # gtk theme - gnome3.adwaita-icon-theme # default gnome cursors - swaylock - swayidle - grim # screenshot functionality - slurp # screenshot functionality - bemenu # wayland clone of dmenu - mako # notification system developed by swaywm maintainer - wdisplays # tool to configure displays - wofi - (writeShellScriptBin "rofi" "exec -a $0 ${wofi}/bin/wofi $@") #Lets qutebrowser select passwords ]; nixpkgs.config.permittedInsecurePackages = [ "electron-24.8.6" |
