From 32ea6b453b83d108b001bb28238c7d868b178a4b Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 5 Mar 2026 12:59:21 +0100 Subject: [PATCH] refactor --- modules/gnome/usr/gnome-mo.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/modules/gnome/usr/gnome-mo.nix b/modules/gnome/usr/gnome-mo.nix index 0d2b05a..94dacd6 100644 --- a/modules/gnome/usr/gnome-mo.nix +++ b/modules/gnome/usr/gnome-mo.nix @@ -12,16 +12,6 @@ pictures = "${config.home.homeDirectory}/Bilder"; videos = "${config.home.homeDirectory}/Videos"; }; - home.file.".config/autostart/1password.desktop" = { - text = '' - [Desktop Entry] - Name=1Password - Exec=${pkgs._1password-gui}/bin/1password --silent %U - Terminal=false - Type=Application - Icon=1password - ''; - }; dconf.settings = { "moe/tsukimi" = { accent-color-code = "rgb(46,194,126)";