Merge branch 'master' of github.com:/kropatz/dotfiles
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
./modules/invidious.nix
|
./modules/invidious.nix
|
||||||
./modules/step-ca.nix
|
./modules/step-ca.nix
|
||||||
./modules/tmpfs.nix
|
./modules/tmpfs.nix
|
||||||
|
./modules/logging.nix
|
||||||
### Hardware ###
|
### Hardware ###
|
||||||
./modules/hardware/ssd.nix
|
./modules/hardware/ssd.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
@@ -145,6 +146,7 @@
|
|||||||
./laptop/configuration.nix
|
./laptop/configuration.nix
|
||||||
./modules/cli-tools.nix
|
./modules/cli-tools.nix
|
||||||
./modules/virt-manager.nix
|
./modules/virt-manager.nix
|
||||||
|
./modules/vmware-host.nix
|
||||||
./modules/ssh.nix
|
./modules/ssh.nix
|
||||||
#./modules/static-ip.nix
|
#./modules/static-ip.nix
|
||||||
#./modules/no-sleep-lid-closed.nix
|
#./modules/no-sleep-lid-closed.nix
|
||||||
|
|||||||
@@ -292,25 +292,25 @@ in
|
|||||||
|
|
||||||
submap = notes
|
submap = notes
|
||||||
# below
|
# below
|
||||||
bind = $mainMod, B, exec, ${wl-paste} | grep -B 15 -i -f - ~/Nextcloud/old_gdrive/fh/risikomanagement/crisam.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
bind = $mainMod, B, exec, ${wl-paste} | grep -B 15 -i -f - ~/Nextcloud/test.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
||||||
# above
|
# above
|
||||||
bind = $mainMod, A, exec, ${wl-paste} | grep -A 15 -i -f - ~/Nextcloud/old_gdrive/fh/risikomanagement/crisam.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
bind = $mainMod, A, exec, ${wl-paste} | grep -A 15 -i -f - ~/Nextcloud/test.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
||||||
# context
|
# context
|
||||||
bind = $mainMod, C, exec, ${wl-paste} | grep -C 15 -i -f - ~/Nextcloud/old_gdrive/fh/risikomanagement/crisam.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
bind = $mainMod, C, exec, ${wl-paste} | grep -C 15 -i -f - ~/Nextcloud/test.txt | sed 's/[ \t]*$//' | ${wl-copy}
|
||||||
# trim
|
# trim
|
||||||
bind = $mainMod, T, exec, ${wl-paste} | sed 's/[ \t]*$//' | sed 's/^[ \t]*//' | ${wl-copy}
|
bind = $mainMod, T, exec, ${wl-paste} | sed 's/[ \t]*$//' | sed 's/^[ \t]*//' | ${wl-copy}
|
||||||
bind = $mainMod, N, exec, ${dunstify} "$(${wl-paste})"
|
bind = $mainMod, N, exec, ${dunstify} "$(${wl-paste})"
|
||||||
bind = $mainMod, D, exec, ${dunstctl} close-all
|
bind = $mainMod, D, exec, ${dunstctl} close-all
|
||||||
# notes
|
# notes
|
||||||
bind = $mainMod, 1, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/1.txt | ${wl-copy}
|
bind = $mainMod, 1, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 2, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/2.txt | ${wl-copy}
|
bind = $mainMod, 2, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 3, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/3.txt | ${wl-copy}
|
bind = $mainMod, 3, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 4, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/4.txt | ${wl-copy}
|
bind = $mainMod, 4, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 5, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/5.txt | ${wl-copy}
|
bind = $mainMod, 5, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 6, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/6.txt | ${wl-copy}
|
bind = $mainMod, 6, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 7, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/7.txt | ${wl-copy}
|
bind = $mainMod, 7, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 8, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/8.txt | ${wl-copy}
|
bind = $mainMod, 8, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
bind = $mainMod, 0, exec, cat ~/Nextcloud/old_gdrive/fh/risikomanagement/0.txt | ${wl-copy}
|
bind = $mainMod, 0, exec, cat ~/Nextcloud/test.txt | ${wl-copy}
|
||||||
|
|
||||||
bind = , escape, submap, reset
|
bind = , escape, submap, reset
|
||||||
submap = reset
|
submap = reset
|
||||||
@@ -322,8 +322,8 @@ in
|
|||||||
global = {
|
global = {
|
||||||
width = "(0,1000)";
|
width = "(0,1000)";
|
||||||
height = "1000";
|
height = "1000";
|
||||||
offset = "10x50";
|
offset = "0x0";
|
||||||
origin = "top-right";
|
origin = "bottom-center";
|
||||||
transparency = -1;
|
transparency = -1;
|
||||||
frame_color = "#1a1c1b";
|
frame_color = "#1a1c1b";
|
||||||
font = "Monospace 8";
|
font = "Monospace 8";
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
{ from = 1714; to = 1764; } # KDE Connect
|
{ from = 1714; to = 1764; } # KDE Connect
|
||||||
];
|
];
|
||||||
|
|||||||
3
modules/logging.nix
Normal file
3
modules/logging.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
services.journald.extraConfig = "SystemMaxUse=4G";
|
||||||
|
}
|
||||||
3
modules/vmware-host.nix
Normal file
3
modules/vmware-host.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
virtualisation.vmware.host.enable = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user