add restruct2
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
}:
|
||||
{
|
||||
# You can import other home-manager modules here
|
||||
imports = [ ../modules/adam.nix ];
|
||||
imports = [
|
||||
../core/adam.nix
|
||||
../extra/adam.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
|
||||
@@ -9,7 +9,10 @@
|
||||
}:
|
||||
{
|
||||
# You can import other home-manager modules here
|
||||
imports = [ ../modules/cnst.nix ];
|
||||
imports = [
|
||||
../core/cnst.nix
|
||||
../extra/cnst.nix
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
# You can add overlays here
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./zellij
|
||||
./firefox
|
||||
./git
|
||||
./hypr
|
||||
./neovim
|
||||
./shell/adam.nix
|
||||
./appearance
|
||||
];
|
||||
@@ -1,11 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./zellij
|
||||
./firefox
|
||||
./git
|
||||
./hypr
|
||||
./neovim
|
||||
./shell/cnst.nix
|
||||
./appearance
|
||||
];
|
||||
36
home/extra/adam.nix
Normal file
36
home/extra/adam.nix
Normal file
@@ -0,0 +1,36 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./zellij
|
||||
./firefox
|
||||
./neovim
|
||||
./mako
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# Desktop
|
||||
alacritty
|
||||
wl-clipboard
|
||||
keepassxc
|
||||
ranger
|
||||
webcord
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.thunar-archive-plugin
|
||||
gnome.file-roller
|
||||
wireguard-tools
|
||||
wpa_supplicant
|
||||
ntfs3g
|
||||
kdePackages.polkit-kde-agent-1
|
||||
networkmanagerapplet
|
||||
htop
|
||||
btop
|
||||
pamixer
|
||||
qbittorrent
|
||||
fastfetch
|
||||
waybar
|
||||
nwg-look
|
||||
thefuck
|
||||
calcurse
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
}
|
||||
37
home/extra/cnst.nix
Normal file
37
home/extra/cnst.nix
Normal file
@@ -0,0 +1,37 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./firefox
|
||||
./mako
|
||||
./neovim
|
||||
./zellij
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# Desktop
|
||||
alacritty
|
||||
wl-clipboard
|
||||
keepassxc
|
||||
ranger
|
||||
webcord
|
||||
xfce.thunar
|
||||
xfce.thunar-volman
|
||||
xfce.thunar-archive-plugin
|
||||
gnome.file-roller
|
||||
wireguard-tools
|
||||
wpa_supplicant
|
||||
ntfs3g
|
||||
kdePackages.polkit-kde-agent-1
|
||||
networkmanagerapplet
|
||||
htop
|
||||
btop
|
||||
pamixer
|
||||
virt-manager
|
||||
qbittorrent
|
||||
fastfetch
|
||||
waybar
|
||||
nwg-look
|
||||
thefuck
|
||||
calcurse
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user