Add programs

This commit is contained in:
2026-02-28 16:34:25 +00:00
parent 85a8bb46c3
commit fbce348fcd

View File

@@ -99,6 +99,16 @@
];
};
systemPackages = with pkgs; [
hyprpaper
libnotify
mako
qt6.qtwayland
hypridle
hyprlock
hyprpicker
wlogout
wl-clipboard
waybar
bat
#highlight
btop
@@ -147,14 +157,18 @@
"networkmanager"
];
};
programs.zsh = {
enable = true;
programs{
zsh = {
enable = true;
};
hyprland = {
enable = true;
};
};
system.stateVersion = "25.11";
home-manager = {
users.chris = { pkgs, lib, ... }: {
wayland.windowManager.hyprland.enable = true;
home = {
username = "chris";
homeDirectory = "/home/chris";