swapped kernel, updated flake, configured neorg
now using zen kernel for funsies neorg now has a default workspace set
This commit is contained in:
parent
ea14299e17
commit
7c5d84486c
3 changed files with 43 additions and 38 deletions
|
@ -30,7 +30,7 @@
|
|||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
|
||||
boot.kernelModules = [ "v4l2loopback" ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen;
|
||||
|
||||
networking.hostName = "gabbielaptop"; # Define your hostname.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue