minor updates

This commit is contained in:
Vivian 2022-12-17 13:21:22 +01:00
parent 616f6781fd
commit e050461b43
6 changed files with 46 additions and 46 deletions

View file

@ -18,6 +18,6 @@
];
# Make me admin
extraGroups = [ "systemd-journal" "wheel" "networkmanager" "libvirtd" ];
extraGroups = [ "systemd-journal" "wheel" "networkmanager" "libvirtd" "dialout" ];
};
}

View file

@ -28,6 +28,7 @@ let vs = config.vault-secrets.secrets; in
# If loadCredential doesn't work:
# https://github.com/NixOS/nixpkgs/issues/157449#issuecomment-1208501368
# also check: systemd 252 got more strict about how exactly the filesystems need to be set up for credentials to work properly
services.keycloak = {
enable = true;
database = {

View file

@ -82,8 +82,6 @@
luasnip.expand()
elseif luasnip.expand_or_jumpable() then
luasnip.expand_or_jump()
elseif check_backspace() then
fallback()
else
fallback()
end

View file

@ -4,9 +4,9 @@ let
cursorTheme = config.home.pointerCursor.name;
in {
home.pointerCursor = {
name = "Catppuccin-Frappe-Pink-Cursors";
size = 32;
package = pkgs.catppuccin-cursors.frappePink;
name = "Bibata_Ghost";
size = 24;
package = pkgs.bibata-cursors-translucent;
};
gtk = {