This commit is contained in:
2023-06-23 21:45:16 +02:00
parent 1e9560dc04
commit 54ba2cfd56
16 changed files with 41 additions and 47 deletions

View File

@@ -56,11 +56,6 @@
environment.systemPackages = with pkgs; [
cage
weston
dialog
zenith
vimix-gtk-themes
flat-remix-icon-theme
feh
];
# TODO: remove? Move?

View File

@@ -15,8 +15,8 @@
imports = [
./hardware-configuration.nix
../../hardware/rocm.nix
../../hardware/opengl-intel.nix
../../hardware/gpu/rocm.nix
../../hardware/gpu/intel.nix
../../users # home-manager
../../users/pbsds
@@ -70,15 +70,6 @@
environment.systemPackages = with pkgs; [
cage
weston
dialog
zenith
vimix-gtk-themes
flat-remix-icon-theme
feh
zotero
firefox
];
# TODO: remove? Move?

View File

@@ -6,7 +6,7 @@
boot.loader.grub.useOSProber = true;
imports = [
./hardware-configuration.nix
../../hardware/opengl-intel.nix
../../hardware/gpu/intel.nix
../../users # home-manager
../../users/pbsds
@@ -36,7 +36,7 @@
../../profiles/web/services/netdata.nix
../../profiles/web/services/nitter.nix
#../../profiles/web/services/ntopng.nix
../../profiles/web/services/owncast.nix
#../../profiles/web/services/owncast.nix
#../../profiles/web/services/paperless.nix
../../profiles/web/services/polaris.nix
#../../profiles/web/services/resilio.nix
@@ -124,11 +124,6 @@
environment.systemPackages = with pkgs; [
cage
weston
dialog
zenith
vimix-gtk-themes
flat-remix-icon-theme
feh
];
# TODO: remove? Move?

View File

@@ -10,12 +10,12 @@
systemd.services."getty@tty1".enable = false;
systemd.services."autovt@tty1".enable = false;
boot.kernelPackages = pkgs.linuxPackages_latest; # amdgpu audio fix when at 4k@60fps
#boot.kernelPackages = pkgs.linuxPackages_latest; # amdgpu audio fix when at 4k@60fps
imports = [
./hardware-configuration.nix
../../hardware/cuda.nix
../../hardware/opengl-intel.nix
../../hardware/gpu/cuda.nix
../../hardware/gpu/intel.nix
../../users # home-manager
../../users/pbsds
@@ -87,20 +87,10 @@
#TODO: avahi? resolved? https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/base.nix#L15-L18
# Installed system packages
environment.systemPackages = with pkgs; [
cage
weston
dialog
zenith
vimix-gtk-themes
flat-remix-icon-theme
feh
zotero
firefox
];
# TODO: remove? Move?