feat(misc): laptop fixes

This commit is contained in:
Kat Inskip 2024-02-05 19:30:04 -08:00
parent 7f69011deb
commit 8872b78a07
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 104 additions and 58 deletions

View file

@ -8,6 +8,9 @@ _: {
"kdeglobals"."WM"."inactiveBackground" = "231,232,235";
"kdeglobals"."WM"."inactiveBlend" = "231,232,235";
"kdeglobals"."WM"."inactiveForeground" = "163,165,172";
"kdeglobals"."General"."BrowserApplication" = "firefox.desktop";
"kdeglobals"."General"."TerminalApplication" = "wezterm start --cwd .";
"kdeglobals"."General"."TerminalService" = "org.wezfurlong.wezterm.desktop";
"kxkbrc"."Layout"."Options" = "terminate:ctrl_alt_bksp,ctrl:nocaps";
"kxkbrc"."Layout"."ResetOldOptions" = true;
"plasmarc"."Theme"."name" = "Arc";

View file

@ -13,7 +13,7 @@
Type=Application
'';
konawallConfig = {
interval = 300;
interval = 30 * 60;
rotate = true;
source = "konachan";
tags = [

View file

@ -2,16 +2,13 @@
programs.vscode = {
enable = true;
extensions = with pkgs.vscode-extensions; [
kamadorueda.alejandra
mkhl.direnv
mhutchie.git-graph
golang.go
hashicorp.terraform
arrterian.nix-env-selector
jnoortheen.nix-ide
vscodevim.vim
catppuccin.catppuccin-vsc
github.copilot
kamadorueda.alejandra
mkhl.direnv
hashicorp.terraform
jnoortheen.nix-ide
];
userSettings = {
"nix.enableLanguageServer" = true;