minor updates
This commit is contained in:
parent
616f6781fd
commit
e050461b43
6 changed files with 46 additions and 46 deletions
|
@ -18,6 +18,6 @@
|
|||
];
|
||||
|
||||
# Make me admin
|
||||
extraGroups = [ "systemd-journal" "wheel" "networkmanager" "libvirtd" ];
|
||||
extraGroups = [ "systemd-journal" "wheel" "networkmanager" "libvirtd" "dialout" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -82,8 +82,6 @@
|
|||
luasnip.expand()
|
||||
elseif luasnip.expand_or_jumpable() then
|
||||
luasnip.expand_or_jump()
|
||||
elseif check_backspace() then
|
||||
fallback()
|
||||
else
|
||||
fallback()
|
||||
end
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue