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.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";
|
||||||
|
|
|
@ -130,6 +130,9 @@ 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 -"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 tools.bareksa.local
|
192.168.50.205 apicurio.prod.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
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue