Compare commits

..

2 commits

Author SHA1 Message Date
2971ad3590
chore: update nysh 2024-11-12 14:58:23 +01:00
31fb78b47b
chore(nextcloud-client): remove from conf 2024-11-12 14:58:17 +01:00
5 changed files with 7 additions and 11 deletions

14
flake.lock generated
View file

@ -287,11 +287,11 @@
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1730825558, "lastModified": 1731416147,
"narHash": "sha256-R3ku5lgYXMe5HZUGIkDgVAZL/J3lg4zNmxrA1bq2Vkc=", "narHash": "sha256-gYo3xGIqhpEAZ0oy+pLInXA+c5pRHljDpw9cfX6zTFs=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "a8f23a117ff9c117062d3aa18376758e6068c15d", "rev": "4d8b77feb4d512899fe491e86198c9b436d00de6",
"revCount": 63, "revCount": 68,
"type": "git", "type": "git",
"url": "https://git.ccnlc.eu/nydragon/nysh.git" "url": "https://git.ccnlc.eu/nydragon/nysh.git"
}, },
@ -308,11 +308,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730815084, "lastModified": 1731273338,
"narHash": "sha256-Tl+n/yVGn6Skvq+lZgd4eMaTihYMnVk1A8SSLwrAzz8=", "narHash": "sha256-68ShOPY2dcNYG4bbMyJIl0BAsenI7HqeCAFb+BUPXGc=",
"owner": "nydragon", "owner": "nydragon",
"repo": "quickshell", "repo": "quickshell",
"rev": "ae7c1a7e985c244720d80c930be95239e2277445", "rev": "fe209db482e034b9f9083da6b61c7693c8362f4b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,7 +20,6 @@ lib.mkIf osConfig.programs.hyprland.enable {
]; ];
exec-once = [ exec-once = [
"${pkgs.nextcloud-client}/bin/nextcloud --background"
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator" "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window" "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"

View file

@ -117,7 +117,6 @@ lib.mkIf osConfig.programs.sway.enable {
#: }}} #: }}}
#: Startup {{{ #: Startup {{{
startup = [ startup = [
{ command = "${pkgs.nextcloud-client}/bin/nextcloud --background"; }
{ command = "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"; } { command = "${config.services.kdeconnect.package}/bin/kdeconnect-indicator"; }
{ command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; } { command = "${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"; }
]; ];

View file

@ -40,7 +40,6 @@
packages = with pkgs; [ packages = with pkgs; [
keepassxc keepassxc
nextcloud-client
digikam digikam
fragments fragments
element-desktop element-desktop

View file

@ -162,7 +162,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
shared-mime-info shared-mime-info
nextcloud-client
glib glib
wireguard-tools wireguard-tools
dconf dconf