Skip to content

Commit 68f11e1

Browse files
committed
yes
1 parent 302bbd7 commit 68f11e1

8 files changed

Lines changed: 217 additions & 628 deletions

File tree

flake.lock

Lines changed: 198 additions & 614 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ rec {
4343
inputs.nixpkgs.follows = "nixpkgs";
4444
};
4545

46-
hyprland.url = "github:hyprwm/Hyprland";
47-
48-
hyprland-plugins = {
49-
url = "github:hyprwm/hyprland-plugins";
50-
inputs.hyprland.follows = "hyprland";
51-
};
52-
hypr-dynamic-cursors = {
53-
url = "github:VirtCode/hypr-dynamic-cursors";
54-
inputs.hyprland.follows = "hyprland";
55-
};
46+
# hyprland.url = "github:hyprwm/Hyprland";
47+
#
48+
# hyprland-plugins = {
49+
# url = "github:hyprwm/hyprland-plugins";
50+
# inputs.hyprland.follows = "hyprland";
51+
# };
52+
# hypr-dynamic-cursors = {
53+
# url = "github:VirtCode/hypr-dynamic-cursors";
54+
# inputs.hyprland.follows = "hyprland";
55+
# };
5656

5757
# xmonad-contexts = {
5858
# url = "github:Procrat/xmonad-contexts";

modules/hosts/packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
bat-extras.batpipe
8585
bat-extras.batman
8686
bat-extras.batdiff
87-
bat-extras.batgrep
87+
# bat-extras.batgrep
8888
bat-extras.batwatch
8989

9090
expect # unbuffer command

modules/hosts/security.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"${systemd}/bin/systemctl hibernate"
1717
"${systemd}/bin/reboot"
1818
"${systemd}/bin/poweroff"
19-
"${stacer}/bin/stacer"
19+
# "${stacer}/bin/stacer"
2020
"${systemctl-tui}/bin/systemctl-tui"
2121
"${intel-gpu-tools}/bin/intel_gpu_top"
2222
]);

modules/programs/git.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
package = pkgs.gitAndTools.gitFull;
1010
enable = true;
1111

12+
# settings = {
1213
userName = "PandeCode";
1314
userEmail = "pandeshawnbenjamin@gmail.com";
1415

@@ -62,6 +63,7 @@
6263
# line-numbers-zero-style = "\"#3b4261\"";
6364
# };
6465
};
66+
# };
6567
};
6668
gh = {
6769
enable = true;

modules/wm/niri/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ in {
173173
"Super+Slash".action = show-hotkey-overlay;
174174
"Alt+f4".action = close-window;
175175

176-
"Print".action = screenshot {show-pointer = false;};
176+
# "Print".action = screenshot {show-pointer = false;};
177177
};
178178
};
179179
};

modules/wm/os.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-gtk];
1414

1515
imports = [inputs.aagl.nixosModules.default];
16-
programs.honkers-railway-launcher.enable = true;
16+
programs.honkers-railway-launcher.enable = false;
1717

1818
security.rtkit.enable = true;
1919

@@ -81,6 +81,8 @@
8181

8282
environment = {
8383
systemPackages = with pkgs; [
84+
freerdp
85+
8486
libnotify
8587

8688
onlyoffice-bin

nix/packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ in
2323
# hermes
2424
ghostty
2525
zjstatus
26+
inputs.zen-browser.packages."${system}".twilight
2627
])
2728
);
2829
};

0 commit comments

Comments
 (0)