add restruct2
This commit is contained in:
@@ -9,7 +9,10 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [ ../modules/adam.nix ];
|
imports = [
|
||||||
|
../core/adam.nix
|
||||||
|
../extra/adam.nix
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
|
|||||||
@@ -9,7 +9,10 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
# You can import other home-manager modules here
|
# You can import other home-manager modules here
|
||||||
imports = [ ../modules/cnst.nix ];
|
imports = [
|
||||||
|
../core/cnst.nix
|
||||||
|
../extra/cnst.nix
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# You can add overlays here
|
# You can add overlays here
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./zellij
|
|
||||||
./firefox
|
|
||||||
./git
|
./git
|
||||||
./hypr
|
./hypr
|
||||||
./neovim
|
|
||||||
./shell/adam.nix
|
./shell/adam.nix
|
||||||
./appearance
|
./appearance
|
||||||
];
|
];
|
||||||
@@ -1,11 +1,8 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./zellij
|
|
||||||
./firefox
|
|
||||||
./git
|
./git
|
||||||
./hypr
|
./hypr
|
||||||
./neovim
|
|
||||||
./shell/cnst.nix
|
./shell/cnst.nix
|
||||||
./appearance
|
./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
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -9,7 +9,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
./adb.nix
|
./adb.nix
|
||||||
./neovim.nix
|
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./adampad-pkgs.nix
|
./adampad-pkgs.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
programs.neovim = {
|
|
||||||
enable = true;
|
|
||||||
defaultEditor = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user