everything works :D

This commit is contained in:
Gerg-L 2024-06-16 19:04:08 -04:00
parent 19a3a6c4d9
commit 714b885bfe
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
9 changed files with 6400 additions and 278 deletions

View file

@ -2,7 +2,7 @@
lib,
pkgs,
config,
nvim-flake,
}:
{
local = {
@ -21,11 +21,11 @@
environment.systemPackages = builtins.attrValues {
inherit (pkgs)
neovim
vlc
pavucontrol # gui volume control
chromium
;
inherit (nvim-flake.packages) neovim;
};
services.xserver.videoDrivers = [ "intel" ];
@ -75,7 +75,7 @@
"L+ %h/Desktop/vlc.desktop - - - - ${pkgs.vlc}/share/applications/vlc.desktop"
];
system.stateVersion = "23.05";
system.stateVersion = "24.11";
swapDevices = [
{