refactor
This commit is contained in:
parent
dbd88aea66
commit
8fbd9d06b4
29 changed files with 130 additions and 101 deletions
|
|
@ -1,36 +0,0 @@
|
|||
{ mod, lib, ... }:
|
||||
{
|
||||
imports = with mod; [
|
||||
shared.all
|
||||
|
||||
audio
|
||||
fonts
|
||||
gpg
|
||||
home-manager
|
||||
network
|
||||
nix-configuration
|
||||
security
|
||||
services
|
||||
software.development
|
||||
software.editors
|
||||
software.programs
|
||||
software.window-manager
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"nvidia-x11"
|
||||
"nvidia-settings"
|
||||
"vscode"
|
||||
"obsidian"
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
"gateway" # jetbrains
|
||||
"spotify"
|
||||
"rust-rover"
|
||||
];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue