refactor(nixos): extract Home Manager modules
This commit is contained in:
parent
2968f5396d
commit
ec23fb1431
5 changed files with 110 additions and 101 deletions
13
system/nixos/home-manager/desktop.nix
Normal file
13
system/nixos/home-manager/desktop.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, inputs, pkgs }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules/alacritty.nix
|
||||
./modules/sway.nix
|
||||
];
|
||||
|
||||
xdg.configFile.wallpaper = {
|
||||
source = ../../../config/wallpaper;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue