mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
refactor: modularize programs and services
This commit is contained in:
parent
191d3c3392
commit
f74e59d56b
16 changed files with 126 additions and 69 deletions
13
hosts/nixos/modules/programs/default.nix
Normal file
13
hosts/nixos/modules/programs/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./zsh.nix
|
||||
./hyprland.nix
|
||||
./thunar.nix
|
||||
./xfconf.nix
|
||||
./ssh.nix
|
||||
./ydotool.nix
|
||||
./steam.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue