Compare commits
2 commits
0637c11f05
...
5e35d0a91b
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e35d0a91b | |||
| cdcb59b167 |
2 changed files with 8 additions and 0 deletions
|
|
@ -232,6 +232,7 @@
|
|||
crony.secrets.enable = true;
|
||||
crony.boot.enable = true;
|
||||
crony.ollama.enable = true;
|
||||
crony.plasma.enable = true;
|
||||
|
||||
# List packages installed in system profile
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -92,6 +92,9 @@ in {
|
|||
# Enable hyprpaper
|
||||
services.hyprpaper.enable = true;
|
||||
|
||||
# Disable it by default and have it started manually by hyprland
|
||||
systemd.user.services.hyprpaper.Install.WantedBy = lib.mkForce [];
|
||||
|
||||
# Setup portal for hyprland
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
|
@ -128,6 +131,8 @@ in {
|
|||
];
|
||||
};
|
||||
};
|
||||
# Disable it by default and have it started manually by hyprland
|
||||
systemd.user.services.hypridle.Install.WantedBy = lib.mkForce [];
|
||||
|
||||
# Setup and enable hyprland
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
@ -167,6 +172,8 @@ in {
|
|||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||
"keepassxc" # Startup my password manager
|
||||
"systemctl --user start hyprpolkitagent"
|
||||
"systemctl --user start hyprpaper"
|
||||
"systemctl --user start hypridle"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue