Update lazyvim
This commit is contained in:
parent
fc11a4ed7c
commit
cd0bfe5cd5
10 changed files with 79 additions and 87 deletions
|
|
@ -58,5 +58,6 @@ in
|
|||
'';
|
||||
extra_autostart = [ "streamdeck -n" ];
|
||||
};
|
||||
colorscheme = "catppuccin-mocha";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# TODO: needed?
|
||||
# TODO: needed?
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.initrd.kernelModules = [ "amdgpu" ];
|
||||
|
||||
fileSystems."/drive2" =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue