diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/waybar.nix | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 11f24f31..b54103e1 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -398,7 +398,6 @@ in { | |||
398 | fira-code-symbols libreoffice xournalpp google-chrome | 398 | fira-code-symbols libreoffice xournalpp google-chrome |
399 | nixos-shell virt-viewer freerdp gnome-icon-theme | 399 | nixos-shell virt-viewer freerdp gnome-icon-theme |
400 | paper-icon-theme sshpassSecret weechat element-desktop | 400 | paper-icon-theme sshpassSecret weechat element-desktop |
401 | flakeInputs.deploy-rs.packages.${config.nixpkgs.system}.deploy-rs | ||
402 | sieve-connect gimp inkscape udiskie glab nitrokey-app | 401 | sieve-connect gimp inkscape udiskie glab nitrokey-app |
403 | pynitrokey gtklock wlrctl remmina openscad spice-record | 402 | pynitrokey gtklock wlrctl remmina openscad spice-record |
404 | libguestfs-with-appliance nerd-fonts.fira-mono | 403 | libguestfs-with-appliance nerd-fonts.fira-mono |
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index 5cee16b0..563c5d0b 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | ;; (require 'scratch) | 52 | ;; (require 'scratch) |
53 | (global-set-key (kbd "C-x B") 'scratch-create) | 53 | (global-set-key (kbd "C-x B") 'scratch-create) |
54 | (setq initial-major-mode 'scratch-mode) | 54 | ;; (setq initial-major-mode 'scratch-mode) |
55 | (setq initial-scratch-message "") | 55 | (setq initial-scratch-message "") |
56 | 56 | ||
57 | (global-set-key (kbd "C-x K") 'kill-current-buffer) | 57 | (global-set-key (kbd "C-x K") 'kill-current-buffer) |
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 216a98ea..818266e1 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -455,8 +455,8 @@ in { | |||
455 | (plain "layout" [ | 455 | (plain "layout" [ |
456 | (leaf "gaps" 8) | 456 | (leaf "gaps" 8) |
457 | (plain "struts" [ | 457 | (plain "struts" [ |
458 | (leaf "left" 0) | 458 | (leaf "left" 26) |
459 | (leaf "right" 0) | 459 | (leaf "right" 26) |
460 | (leaf "top" 0) | 460 | (leaf "top" 0) |
461 | (leaf "bottom" 0) | 461 | (leaf "bottom" 0) |
462 | ]) | 462 | ]) |
diff --git a/accounts/gkleen@sif/niri/waybar.nix b/accounts/gkleen@sif/niri/waybar.nix index bae818f6..6742e9fc 100644 --- a/accounts/gkleen@sif/niri/waybar.nix +++ b/accounts/gkleen@sif/niri/waybar.nix | |||
@@ -254,10 +254,10 @@ in { | |||
254 | } | 254 | } |
255 | 255 | ||
256 | .modules-left { | 256 | .modules-left { |
257 | margin-left: 12px; | 257 | margin-left: 38px; |
258 | } | 258 | } |
259 | .modules-right { | 259 | .modules-right { |
260 | margin-right: 12px; | 260 | margin-right: 38px; |
261 | } | 261 | } |
262 | 262 | ||
263 | .module { | 263 | .module { |