mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
local.packages convenience option
This commit is contained in:
parent
4ecebe8210
commit
99f42f5841
5 changed files with 109 additions and 106 deletions
|
|
@ -17,16 +17,16 @@
|
|||
enable = true;
|
||||
kmscon.enable = true;
|
||||
};
|
||||
packages = {
|
||||
inherit (pkgs)
|
||||
vlc
|
||||
pavucontrol # gui volume control
|
||||
chromium
|
||||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
vlc
|
||||
pavucontrol # gui volume control
|
||||
chromium
|
||||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
};
|
||||
services.xserver.videoDrivers = [ "modesetting" ];
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue