File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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";
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ] ) ;
Original file line number Diff line number Diff line change 99 package = pkgs . gitAndTools . gitFull ;
1010 enable = true ;
1111
12+ # settings = {
1213 userName = "PandeCode" ;
1314 userEmail = "pandeshawnbenjamin@gmail.com" ;
1415
6263 # line-numbers-zero-style = "\"#3b4261\"";
6364 # };
6465 } ;
66+ # };
6567 } ;
6668 gh = {
6769 enable = true ;
Original file line number Diff line number Diff line change 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 } ;
Original file line number Diff line number Diff line change 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
8181
8282 environment = {
8383 systemPackages = with pkgs ; [
84+ freerdp
85+
8486 libnotify
8587
8688 onlyoffice-bin
Original file line number Diff line number Diff line change 2323 # hermes
2424 ghostty
2525 zjstatus
26+ inputs . zen-browser . packages . "${ system } " . twilight
2627 ] )
2728 ) ;
2829 } ;
You can’t perform that action at this time.
0 commit comments