reorg hyprland and start config

This commit is contained in:
2025-11-07 15:47:28 -06:00
parent e96b840146
commit 8173478b1e
10 changed files with 264 additions and 48 deletions

View File

@@ -1,13 +1,17 @@
{ pkgs, inputs, ... }:
{ pkgs, username, inputs, ... }:
{
environment.systemPackages = with pkgs; [
wl-clipboard
inputs.nix4nvchad.packages.${system}.nvchad
kitty
vim
wget
git
curl
zsh
];
hjem.users.${username}.packages = with pkgs; [
btop
curl
git
neofetch
statix
wget
wl-clipboard
];
}