feat: in tree changes

This commit is contained in:
Kat Inskip 2025-02-16 00:14:29 -08:00
parent 185833d1fb
commit d60c09d981
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
32 changed files with 339 additions and 155 deletions

View file

@ -7,15 +7,16 @@
# `gnome-extensions list` for a list
enabled-extensions = [
"user-theme@gnome-shell-extensions.gcampax.github.com"
"trayIconsReloaded@selfmade.pl"
"Vitals@CoreCoding.com"
"dash-to-panel@jderose9.github.com"
"space-bar@luchrioh"
"appindicatorsupport@rgcjonas.gmail.com"
"arcmenu@arcmenu.com"
"date-menu-formatter@marcinjakubowski.github.com"
];
};
"org/gnome/shell/extensions/date-menu-formatter" = {
pattern = "y-MM-dd HH:mm Z";
"org/gnome/shell/extensions/daerte-menu-formatter" = {
pattern = "y-MM-dd HH:mm:ss ";
"font-size" = "12";
};
"org/gnome/shell/extensions/vitals" = {
@ -25,10 +26,12 @@
};
home.packages = with pkgs.gnomeExtensions; [
pkgs.arcmenu
space-bar
user-themes
tray-icons-reloaded
appindicator
caffeine
vitals
dash-to-panel
date-menu-formatter

View file

@ -16,6 +16,4 @@
package = pkgs.numix-cursor-theme;
};
};
home.sessionVariables.GTK_THEME = "Arc";
}

View file

@ -1,4 +1,7 @@
{pkgs, ...}: {
home.sessionVariables = {
QT_QPA_PLATFORMTHEME = "qt5ct";
};
home.packages = with pkgs.kdePackages; [
kscreen
kwin
@ -60,7 +63,6 @@
"kdeglobals"."General"."TerminalApplication" = "konsole";
"kdeglobals"."General"."TerminalService" = "org.wezfurlong.wezterm.desktop";
"kxkbrc"."Layout"."ResetOldOptions" = true;
"plasmarc"."Theme"."name" = "Arc";
"kxkbrc"."Layout"."Options" = "terminate:ctrl_alt_bksp,ctrl:hyper_capscontrol";
};
};

View file

@ -2,9 +2,5 @@
qt = {
enable = false;
platformTheme = "kde";
style = {
name = "arc";
package = pkgs.arc-kde-theme;
};
};
}

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gnome.adwaita-icon-theme
adwaita-icon-theme
];
gtk = {

View file

@ -29,7 +29,7 @@ in {
sessionVariables = {
XDG_CURRENT_DESKTOP = "Unity";
XDG_SESSION_TYPE = "wayland";
WLR_DRM_DEVICES = "/dev/dri/card0";
WLR_DRM_DEVICES = "/dev/dri/card1";
};
packages = with pkgs; [
grim
@ -123,11 +123,16 @@ in {
input = {
"*" = {
xkb_layout = "us_gbp_map";
xkb_options = "compose:rctrl,ctrl:nocaps";
};
};
output = {
"*" = {
scale = "1.25";
};
};
gaps = {
smartBorders = "no_gaps";
};

View file

@ -32,6 +32,7 @@
"network"
"temperature"
"idle_inhibitor"
"battery"
"tray"
];
@ -50,6 +51,7 @@
"sway/window" = {
format = "{}";
};
battery = {};
tray = {
show-passive-items = true;
icon-size = 12;

View file

@ -9,7 +9,7 @@ in {
# Disable gnome-keyring ssh-agent
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
${fileContents "${pkgs.gnome3.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop"}
${fileContents "${pkgs.gnome-keyring}/etc/xdg/autostart/gnome-keyring-ssh.desktop"}
Hidden=true
'';
}

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
home.packages = [
pkgs.magic-wormhole
];
}

View file

@ -1,6 +1,6 @@
_: {
{ pkgs, ...}: {
# Backup browser! For aliexpress and things.
home.packages = [
#pkgs.ungoogled-chromium
pkgs.ungoogled-chromium
];
}

View file

@ -16,6 +16,7 @@
# Chat
fractal # Matrix
element-desktop
tdesktop # Telegram
dino # XMPP
signal-desktop