mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
add autostart
This commit is contained in:
@@ -12,6 +12,16 @@
|
|||||||
pictures = "${config.home.homeDirectory}/Bilder";
|
pictures = "${config.home.homeDirectory}/Bilder";
|
||||||
videos = "${config.home.homeDirectory}/Videos";
|
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 = {
|
dconf.settings = {
|
||||||
"moe/tsukimi" = {
|
"moe/tsukimi" = {
|
||||||
accent-color-code = "rgb(46,194,126)";
|
accent-color-code = "rgb(46,194,126)";
|
||||||
|
|||||||
Reference in New Issue
Block a user