Compare commits

..

No commits in common. "4913c657a2841183355a49e0b038a301057d3609" and "958d050446837c3b2a4b33a4871d7fc6d720307f" have entirely different histories.

4 changed files with 9 additions and 14 deletions

View file

@ -11,8 +11,6 @@
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelParams = [ "snd-intel-dspcfg.dsp_driver=1" ];
fileSystems."/" = fileSystems."/" =
{ {
device = "/dev/disk/by-label/NIXROOT"; device = "/dev/disk/by-label/NIXROOT";

View file

@ -130,9 +130,6 @@ in
"$mod SHIFT, k, movewindow, u" "$mod SHIFT, k, movewindow, u"
"$mod SHIFT, l, movewindow, r" "$mod SHIFT, l, movewindow, r"
# Language Input
"$mod, I, exec, fcitx5-remote -t"
"$mod, PRINT, exec, grimblast --notify copysave output" "$mod, PRINT, exec, grimblast --notify copysave output"
", PRINT, exec, grimblast --notify copysave area" ", PRINT, exec, grimblast --notify copysave area"
"SHIFT, PRINT, exec, grimblast --notify save area - | swappy -f -" "SHIFT, PRINT, exec, grimblast --notify save area - | swappy -f -"

View file

@ -17,16 +17,16 @@ in
tomlFormat.generate "pyprland.toml" { tomlFormat.generate "pyprland.toml" {
# https://github.com/hyprland-community/pyprland/wiki/Getting-started#configuring # https://github.com/hyprland-community/pyprland/wiki/Getting-started#configuring
pyprland.plugins = [ pyprland.plugins = [
# "scratchpads" "scratchpads"
# "fetch_client_menu" "fetch_client_menu"
"wallpapers" "wallpapers"
]; ];
# scratchpads.term = { scratchpads.term = {
# animation = "fromTop"; animation = "fromTop";
# command = "foot --app-id foot-scratchpad"; command = "foot --app-id foot-scratchpad";
# class = "foot-scratchpad"; class = "foot-scratchpad";
# size = "75% 75%"; size = "75% 75%";
# }; };
wallpapers = { wallpapers = {
path = cfg.pyprland.wallpaper-dirs; path = cfg.pyprland.wallpaper-dirs;
unique = false; unique = false;

View file

@ -3,7 +3,7 @@
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
networking.extraHosts = '' networking.extraHosts = ''
192.168.50.217 gitlab.bareksa.com 192.168.50.217 gitlab.bareksa.com
192.168.50.205 apicurio.prod.bareksa.local 192.168.50.205 tools.bareksa.local
192.168.3.50 kafka.dev.bareksa.local 192.168.3.50 kafka.dev.bareksa.local
192.168.3.109 redpanda.dev.bareksa.local kafka-console.dev.bareksa.local 192.168.3.109 redpanda.dev.bareksa.local kafka-console.dev.bareksa.local
''; '';