mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: in tree changes
This commit is contained in:
parent
185833d1fb
commit
d60c09d981
32 changed files with 339 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,6 +16,4 @@
|
|||
package = pkgs.numix-cursor-theme;
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables.GTK_THEME = "Arc";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,9 +2,5 @@
|
|||
qt = {
|
||||
enable = false;
|
||||
platformTheme = "kde";
|
||||
style = {
|
||||
name = "arc";
|
||||
package = pkgs.arc-kde-theme;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
];
|
||||
|
||||
gtk = {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
5
home/profiles/common/packages.nix
Normal file
5
home/profiles/common/packages.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.magic-wormhole
|
||||
];
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
{ pkgs, ...}: {
|
||||
# Backup browser! For aliexpress and things.
|
||||
home.packages = [
|
||||
#pkgs.ungoogled-chromium
|
||||
pkgs.ungoogled-chromium
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
# Chat
|
||||
fractal # Matrix
|
||||
element-desktop
|
||||
tdesktop # Telegram
|
||||
dino # XMPP
|
||||
signal-desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue