Add programs
This commit is contained in:
18
flake.nix
18
flake.nix
@@ -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 = {
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user