reorg hyprland and start config
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user