lots
This commit is contained in:
@@ -56,11 +56,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
cage
|
||||
weston
|
||||
dialog
|
||||
zenith
|
||||
vimix-gtk-themes
|
||||
flat-remix-icon-theme
|
||||
feh
|
||||
];
|
||||
|
||||
# TODO: remove? Move?
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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?
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user