Nextcloud, Nheko, gnome-keyring
This commit is contained in:
parent
947348d794
commit
647bd41464
3 changed files with 10 additions and 6 deletions
|
@ -52,12 +52,12 @@ This function should only modify configuration layer settings."
|
|||
git
|
||||
helm
|
||||
lsp
|
||||
;; markdown
|
||||
markdown
|
||||
multiple-cursors
|
||||
;; org
|
||||
;; (shell :variables
|
||||
;; shell-default-height 30
|
||||
;; shell-default-position 'bottom)
|
||||
(shell :variables
|
||||
shell-default-height 30
|
||||
shell-default-position 'bottom)
|
||||
;; spell-checking
|
||||
syntax-checking
|
||||
(version-control :variables
|
||||
|
|
|
@ -214,11 +214,11 @@ bar {
|
|||
}
|
||||
|
||||
exec --no-startup-id xsetroot -solid "#272822"
|
||||
#exec --no-startup-id xfce4-power-manager
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
#exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id pasystray
|
||||
#exec --no-startup-id nextcloud
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id bitwarden
|
||||
exec --no-startup-id steam -silent
|
||||
#exec --no-startup-id obs --startreplaybuffer
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
services.udev.packages = with pkgs; [ logitech-udev-rules ];
|
||||
networking.firewall.enable = false;
|
||||
|
||||
|
@ -201,6 +202,7 @@
|
|||
tela-circle-icon-theme
|
||||
qemu_full
|
||||
virt-manager
|
||||
python3
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
|
@ -216,6 +218,7 @@
|
|||
winetricks
|
||||
heroic
|
||||
libreoffice
|
||||
nextcloud-client
|
||||
helvum
|
||||
solaar
|
||||
vlc
|
||||
|
@ -225,6 +228,7 @@
|
|||
gimp
|
||||
discord
|
||||
element-desktop
|
||||
nheko
|
||||
bitwarden
|
||||
chiaki
|
||||
prismlauncher
|
||||
|
|
Loading…
Reference in a new issue