1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Use Fractal

This commit is contained in:
RGBCube 2024-02-04 19:18:25 +03:00
parent 0e80475316
commit b52c2cc1b8
No known key found for this signature in database
3 changed files with 11 additions and 2 deletions

View file

@ -104,7 +104,7 @@
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
bind = SUPER , W , exec, firefox
bind = SUPER , D , exec, discordcanary
bind = SUPER , E , exec, element-desktop
bind = SUPER , E , exec, fractal
bind = SUPER , M , exec, thunderbird
bind = SUPER , T , exec, thunar
bind = SUPER , C , exec, hyprpicker --autocopy

9
modules/keyring.nix Normal file
View file

@ -0,0 +1,9 @@
{ ulib, ... }: with ulib;
desktopSystemConfiguration {
programs.seahorse = enabled {};
security.pam.services.login.enableGnomeKeyring = true;
services.gnome.gnome-keyring = enabled {};
}

View file

@ -41,7 +41,7 @@
]))
(desktopHomePackages (with pkgs; [
element-desktop-wayland
fractal
qbittorrent
thunderbird
whatsapp-for-linux