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