mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
everything works :D
This commit is contained in:
parent
19a3a6c4d9
commit
714b885bfe
9 changed files with 6400 additions and 278 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue