mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Use Fractal
This commit is contained in:
parent
0e80475316
commit
b52c2cc1b8
3 changed files with 11 additions and 2 deletions
|
@ -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
9
modules/keyring.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ulib, ... }: with ulib;
|
||||
|
||||
desktopSystemConfiguration {
|
||||
programs.seahorse = enabled {};
|
||||
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
|
||||
services.gnome.gnome-keyring = enabled {};
|
||||
}
|
|
@ -41,7 +41,7 @@
|
|||
]))
|
||||
|
||||
(desktopHomePackages (with pkgs; [
|
||||
element-desktop-wayland
|
||||
fractal
|
||||
qbittorrent
|
||||
thunderbird
|
||||
whatsapp-for-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue