diff --git a/flake.lock b/flake.lock index 3f5a7a2..a8e98c0 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1729716953, - "narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", + "lastModified": 1731235328, + "narHash": "sha256-NjavpgE9/bMe/ABvZpyHIUeYF1mqR5lhaep3wB79ucs=", "owner": "nix-community", "repo": "home-manager", - "rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", + "rev": "60bb110917844d354f3c18e05450606a435d2d10", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729665710, - "narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=", + "lastModified": 1731139594, + "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d", + "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1729357638, - "narHash": "sha256-66RHecx+zohbZwJVEPF7uuwHeqf8rykZTMCTqIrOew4=", + "lastModified": 1730602179, + "narHash": "sha256-efgLzQAWSzJuCLiCaQUCDu4NudNlHdg2NzGLX5GYaEY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bb8c2cf7ea0dd2e18a52746b2c3a5b0c73b93c22", + "rev": "3c2f1c4ca372622cb2f9de8016c9a0b1cbd0f37c", "type": "github" }, "original": { @@ -62,11 +62,11 @@ ] }, "locked": { - "lastModified": 1729710171, - "narHash": "sha256-2sVt2hbL+G0FzEESm/EZBewPOmNtZ6MTnYhsvHJW6Rs=", + "lastModified": 1731193165, + "narHash": "sha256-pGF8L5g9QpkQtJP9JmNIRNZfcyhJHf7uT+d8tqI1h6Y=", "owner": "pjones", "repo": "plasma-manager", - "rev": "247a8e677b51f053ca89dcf67059e24f85e47391", + "rev": "f33173b9d22e554a6f869626bc01808d35995257", "type": "github" }, "original": { @@ -91,11 +91,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1729695320, - "narHash": "sha256-Fm4cGAlaDwekQvYX0e6t0VjT6YJs3fRXtkyuE4/NzzU=", + "lastModified": 1731364708, + "narHash": "sha256-HC0anOL+KmUQ2hdRl0AtunbAckasxrkn4VLmxbW/WaA=", "owner": "Mic92", "repo": "sops-nix", - "rev": "d089e742fb79259b9c4dd9f18e9de1dd4fa3c1ec", + "rev": "4c91d52db103e757fc25b58998b0576ae702d659", "type": "github" }, "original": { diff --git a/home-manager/apps.nix b/home-manager/apps.nix index 5971201..4765f2f 100644 --- a/home-manager/apps.nix +++ b/home-manager/apps.nix @@ -72,6 +72,7 @@ solaar sops spotify + sqlitebrowser sxiv termdown thunderbird @@ -79,6 +80,7 @@ unzip vlc wakeonlan + xclip zsh ]; diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index 3da357f..cd2419d 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -42,6 +42,29 @@ loopback.enable = false; }; + environment.plasma6.excludePackages = with pkgs.kdePackages; [ + kate + konsole + ]; + environment.gnome.excludePackages = with pkgs; [ + gnome-calendar + gnome-characters + nautilus + gnome-clocks + gnome-contacts + evince + file-roller + geary + gnome-system-monitor + eog + gnome-logs + gnome-maps + gnome-music + seahorse + gnome-text-editor + ]; + + virtualisation.docker.enable = true; virtualisation.virtualbox.host.enable = true; diff --git a/machines/solis/configuration.nix b/machines/solis/configuration.nix index 1fd28f4..14ddf60 100644 --- a/machines/solis/configuration.nix +++ b/machines/solis/configuration.nix @@ -43,7 +43,7 @@ ''; serviceConfig = { Type = "oneshot"; - User = "root"; + User = "horseman"; }; }; diff --git a/misc/backup.sh b/misc/backup.sh index 4d0c446..555bc79 100755 --- a/misc/backup.sh +++ b/misc/backup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/run/current-system/sw/bin/zsh cd /home/horseman