some resturcturing of hm 4
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./git
|
|
||||||
./hypr
|
|
||||||
./shell/adam.nix
|
|
||||||
./appearance
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
home.sessionVariables = {
|
|
||||||
BROWSER = "firefox";
|
|
||||||
EDITOR = "nvim";
|
|
||||||
TERM = "foot";
|
|
||||||
};
|
|
||||||
imports = [
|
|
||||||
./system/polkit.nix
|
|
||||||
./gui
|
|
||||||
./tui
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
imports = [
|
|
||||||
./git/cnst.nix
|
|
||||||
./shell/cnst.nix
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
imports = [
|
|
||||||
./zellij
|
|
||||||
./firefox
|
|
||||||
./neovim
|
|
||||||
];
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
# APPLICATIONS
|
|
||||||
alacritty
|
|
||||||
keepassxc
|
|
||||||
qbittorrent
|
|
||||||
ranger
|
|
||||||
webcord
|
|
||||||
calcurse
|
|
||||||
xfce.thunar
|
|
||||||
|
|
||||||
# UTILITY
|
|
||||||
wl-clipboard
|
|
||||||
xfce.thunar-volman
|
|
||||||
xfce.thunar-archive-plugin
|
|
||||||
gnome.file-roller
|
|
||||||
pamixer
|
|
||||||
pavucontrol
|
|
||||||
virt-manager
|
|
||||||
fastfetch
|
|
||||||
waybar
|
|
||||||
nwg-look
|
|
||||||
thefuck
|
|
||||||
gnome.adwaita-icon-theme
|
|
||||||
|
|
||||||
# NETWORK
|
|
||||||
wireguard-tools
|
|
||||||
networkmanagerapplet
|
|
||||||
wpa_supplicant
|
|
||||||
|
|
||||||
# SYSTEM
|
|
||||||
ntfs3g
|
|
||||||
btop
|
|
||||||
htop
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
|
||||||
./kitty
|
|
||||||
./foot
|
|
||||||
./firefox
|
|
||||||
./neovim
|
|
||||||
./mako
|
|
||||||
];
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
# APPLICATIONS
|
|
||||||
alacritty
|
|
||||||
keepassxc
|
|
||||||
qbittorrent
|
|
||||||
webcord
|
|
||||||
calcurse
|
|
||||||
virt-manager
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user