diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:10:20 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-29 21:10:20 -0600 |
| commit | cc6c2ad12e8df38456d43293d2ad627df80d1c1b (patch) | |
| tree | 369faf5dc4de4d44cee9624d8db371e81a1418de /modules | |
| parent | 8a5a019f21e0597dd24588c6364dd1bba075451c (diff) | |
| parent | 5265ac12ec68637b725562e5762d464d57864617 (diff) | |
changing tons of stuff it will definitely break
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/environment.nix | 2 | ||||
| -rw-r--r-- | modules/system-packages.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/environment.nix b/modules/environment.nix index 07bef00..6842a8c 100644 --- a/modules/environment.nix +++ b/modules/environment.nix @@ -1,7 +1,7 @@ { config, lib, ... }: { environment = { # include user channels in NIX_PATH - shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"''; + # shellInit = ''export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/machines/zenbook/configuration.nix"''; # List packages installed in system profile. To search, run: # $ nix search wget variables = { diff --git a/modules/system-packages.nix b/modules/system-packages.nix index 2c640ba..1ffa540 100644 --- a/modules/system-packages.nix +++ b/modules/system-packages.nix @@ -52,6 +52,7 @@ in unzip git wl-clipboard + pciutils #For hyprland waybar #For sway |
