gnome: improve gnome experience
This commit is contained in:
parent
804e8b50f5
commit
82db6d783d
4 changed files with 20 additions and 2 deletions
|
@ -33,8 +33,13 @@
|
|||
amberol
|
||||
pitivi
|
||||
gnome-passwordsafe
|
||||
|
||||
libsForQt5.qt5ct
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
];
|
||||
|
||||
home.sessionVariables = { QT_QPA_PLATFORMTHEME = "qt5ct"; };
|
||||
|
||||
xdg.defaultApplications = {
|
||||
enable = true;
|
||||
text-editor = "codium.desktop";
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ wpass _gpg-unlock ];
|
||||
home.packages = with pkgs; [
|
||||
wpass
|
||||
_gpg-unlock
|
||||
qtpass
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue