Add programs
This commit is contained in:
20
flake.nix
20
flake.nix
@@ -99,6 +99,16 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
hyprpaper
|
||||||
|
libnotify
|
||||||
|
mako
|
||||||
|
qt6.qtwayland
|
||||||
|
hypridle
|
||||||
|
hyprlock
|
||||||
|
hyprpicker
|
||||||
|
wlogout
|
||||||
|
wl-clipboard
|
||||||
|
waybar
|
||||||
bat
|
bat
|
||||||
#highlight
|
#highlight
|
||||||
btop
|
btop
|
||||||
@@ -147,14 +157,18 @@
|
|||||||
"networkmanager"
|
"networkmanager"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs.zsh = {
|
programs{
|
||||||
enable = true;
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
hyprland = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
users.chris = { pkgs, lib, ... }: {
|
users.chris = { pkgs, lib, ... }: {
|
||||||
wayland.windowManager.hyprland.enable = true;
|
|
||||||
home = {
|
home = {
|
||||||
username = "chris";
|
username = "chris";
|
||||||
homeDirectory = "/home/chris";
|
homeDirectory = "/home/chris";
|
||||||
|
|||||||
Reference in New Issue
Block a user