Add hyprland utilities
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
./configs/persist
|
||||
./configs/sops
|
||||
./configs/brightnessctl
|
||||
./configs/pipewire
|
||||
./configs/zsh
|
||||
./configs/neovim
|
||||
@@ -12,6 +13,10 @@
|
||||
./configs/nix-ld
|
||||
./configs/git
|
||||
./configs/gpg-agent
|
||||
./configs/tree
|
||||
./configs/ranger
|
||||
./configs/btop
|
||||
./configs/fastfetch
|
||||
./scripts/cleanup
|
||||
];
|
||||
|
||||
@@ -32,13 +37,6 @@
|
||||
networking.networkmanager.enable = true;
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tree
|
||||
ranger
|
||||
btop
|
||||
fastfetch
|
||||
];
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
defaultUserShell = pkgs.zsh;
|
||||
|
Reference in New Issue
Block a user