Starting to break out for different XPS systems
This commit is contained in:
14
home-manager/programs/default.nix
Normal file
14
home-manager/programs/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Add program-specific configurations here
|
||||
./git.nix
|
||||
./direnv.nix
|
||||
./neovim.nix
|
||||
./sway.nix
|
||||
./waybar.nix
|
||||
# ./shell.nix
|
||||
./yazi.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user