Compare commits
4 commits
958d050446
...
4913c657a2
Author | SHA1 | Date | |
---|---|---|---|
Tigor Hutasuhut | 4913c657a2 | ||
Tigor Hutasuhut | aca58a8666 | ||
Tigor Hutasuhut | c7b156c084 | ||
Tigor Hutasuhut | f89bc6e508 |
|
@ -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";
|
||||
|
|
|
@ -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 -"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue