huge change
This commit is contained in:
parent
c159d2f3e3
commit
d86cc3c816
29 changed files with 1151 additions and 792 deletions
|
|
@ -7,29 +7,30 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../moduler/tmux.nix
|
||||
../moduler/fish.nix
|
||||
../moduler/kitty.nix
|
||||
../moduler/dunst.nix
|
||||
../moduler/nixpkgs.nix
|
||||
../moduler/firefox.nix
|
||||
../moduler/zathura.nix
|
||||
../moduler/lazygit.nix
|
||||
../moduler/ssh.nix
|
||||
../moduler/oh-my-posh.nix
|
||||
../moduler/gtk.nix
|
||||
# ../moduler/neovim.nix
|
||||
../moduler/programs/k9s
|
||||
];
|
||||
imports = [
|
||||
../moduler/tmux.nix
|
||||
../moduler/fish.nix
|
||||
../moduler/kitty.nix
|
||||
../moduler/dunst.nix
|
||||
../moduler/nixpkgs.nix
|
||||
../moduler/firefox.nix
|
||||
../moduler/zathura.nix
|
||||
../moduler/lazygit.nix
|
||||
../moduler/ssh.nix
|
||||
../moduler/oh-my-posh.nix
|
||||
../moduler/gtk.nix
|
||||
# ../moduler/neovim.nix
|
||||
../moduler/programs/k9s
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
home.username = "fw";
|
||||
home.homeDirectory = "/home/fw";
|
||||
programs.home-manager.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
home.username = "fw";
|
||||
home.homeDirectory = "/home/fw";
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
systemd.user.startServices = "sd-switch";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue