move things out of default.nix
This commit is contained in:
parent
6ab050e11f
commit
6d32157751
4 changed files with 60 additions and 52 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
config = {
|
||||
hm.xdg.enable = true;
|
||||
|
|
@ -19,5 +19,9 @@
|
|||
screenshots = "${pictures}/screenshots";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-utils
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue