add dn-server
This commit is contained in:
parent
a304926231
commit
735228acb6
17 changed files with 485 additions and 2 deletions
|
|
@ -76,6 +76,8 @@ in
|
|||
|
||||
# PDF Preview
|
||||
poppler
|
||||
|
||||
trash-cli
|
||||
])
|
||||
++ [
|
||||
vesktopOverride # discord
|
||||
|
|
|
|||
27
home/user/server-default.nix
Normal file
27
home/user/server-default.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./gtk.nix
|
||||
./shell.nix
|
||||
./config.nix
|
||||
# ./packages.nix
|
||||
./programs.nix
|
||||
./environment.nix
|
||||
./virtualization.nix
|
||||
./hyprland.nix
|
||||
./swaync.nix
|
||||
./nvim.nix
|
||||
./bin.nix
|
||||
./desktops.nix
|
||||
./direnv.nix
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = _: true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue