switched to default.nix for system-config
This commit is contained in:
11
system-config/programs/default.nix
Normal file
11
system-config/programs/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./hyprland
|
||||
./ags
|
||||
./git
|
||||
./nh
|
||||
./steam
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user