Skip to content

Commit

Permalink
[chore}: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Dec 31, 2023
1 parent 8db1f53 commit a2a6ef2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 1 addition & 9 deletions home/modules/programs/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@
lib,
pkgs,
...
}: let
colorschemePath = "/org/gnome/desktop/interface/color-scheme";
dconf = "${pkgs.dconf}/bin/dconf";
dconfDark = lib.hm.dag.entryAfter ["dconfSettings"] ''
${dconf} write ${colorschemePath} "'prefer-dark'"
'';
in {
}: {
home = {
activation = {inherit dconfDark;};

pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
Expand Down
2 changes: 1 addition & 1 deletion home/modules/shell/scripts/extract.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_: ''
SAVEIFS=$IFS
SAVEIFS=$IFS
IFS="$(printf '\n\t')"
function extract {
Expand Down
2 changes: 2 additions & 0 deletions home/modules/windowManager/hyprland/config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
exec-once = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"hyprctl setcursor ${pointer.name} ${toString pointer.size}"
"swaylock"
];

general = {
Expand Down Expand Up @@ -58,6 +59,7 @@

input = {
kb_layout = "us";
kb_options = "caps:backspace";
follow_mouse = 1;
sensitivity = 0;
accel_profile = "flat";
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
};

security = {
# pam.services.swaylock.text = "auth include login";
pam.services.swaylock.text = "auth include login";
rtkit.enable = true;
};

Expand Down
2 changes: 1 addition & 1 deletion modules/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
resolved.enable = true;
};

# systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;
}

0 comments on commit a2a6ef2

Please sign in to comment.