diesdas
This commit is contained in:
parent
8099faa9ae
commit
312d6d63ef
23 changed files with 122 additions and 297 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
./firefox.nix
|
||||
./fonts.nix
|
||||
./foot.nix
|
||||
./gnome
|
||||
./gnome.nix
|
||||
./media.nix
|
||||
./user-dirs.nix
|
||||
];
|
||||
|
|
@ -25,8 +25,5 @@
|
|||
zathura
|
||||
];
|
||||
|
||||
xdg.configFile."castget/castget.conf".source = ./castget/castget.conf;
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue