add restruct5
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [
|
imports = [
|
||||||
../core/adam.nix
|
../core/adam.nix
|
||||||
../extra
|
../extra/adam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [
|
imports = [
|
||||||
../core/cnst.nix
|
../core/cnst.nix
|
||||||
../extra
|
../extra/cnst.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|||||||
42
home/extra/cnst.nix
Normal file
42
home/extra/cnst.nix
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{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
|
||||||
|
pwvucontrol
|
||||||
|
virt-manager
|
||||||
|
fastfetch
|
||||||
|
waybar
|
||||||
|
nwg-look
|
||||||
|
thefuck
|
||||||
|
gnome.adwaita-icon-theme
|
||||||
|
|
||||||
|
# NETWORK
|
||||||
|
wireguard-tools
|
||||||
|
networkmanagerapplet
|
||||||
|
wpa_supplicant
|
||||||
|
|
||||||
|
# SYSTEM
|
||||||
|
kdePackages.polkit-kde-agent-1
|
||||||
|
ntfs3g
|
||||||
|
btop
|
||||||
|
htop
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
home-manager = {
|
|
||||||
cnst.imports = [
|
|
||||||
./firefox
|
|
||||||
./neovim
|
|
||||||
./zellij
|
|
||||||
./cnst-pkgs
|
|
||||||
];
|
|
||||||
adam.imports = [
|
|
||||||
./firefox
|
|
||||||
./neovim
|
|
||||||
./zellij
|
|
||||||
./adam-pkgs
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user