some resturcturing of hm 3
This commit is contained in:
33
home/users/cnst/imports.nix
Normal file
33
home/users/cnst/imports.nix
Normal file
@@ -0,0 +1,33 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
# CORE
|
||||
# .gui
|
||||
../../core/gui
|
||||
# .tui
|
||||
../../core/tui/git/cnst.nix
|
||||
../../core/tui/shell/cnst.nix
|
||||
# .system
|
||||
../../core/system/polkit.nix
|
||||
|
||||
# EXTRA
|
||||
../../extra/foot
|
||||
../../extra/firefox
|
||||
../../extra/neovim
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# .applications
|
||||
alacritty
|
||||
keepassxc
|
||||
qbittorrent
|
||||
webcord
|
||||
calcurse
|
||||
virt-manager
|
||||
];
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
EDITOR = "nvim";
|
||||
TERM = "foot";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user