Compare commits

..

4 commits

4 changed files with 14 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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