🧹 reformat files

dev-docs
Moritz Böhme 2022-02-07 15:30:54 +01:00
parent 7d9ffb5a2d
commit 044e7b4dbd
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
5 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,8 @@ let
randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; }; randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; };
share = import ./share.nix { inherit pkgs; }; share = import ./share.nix { inherit pkgs; };
sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; }; sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; };
in { in
{
home-manager.users.moritz.home.packages = home-manager.users.moritz.home.packages =
[ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ]; [ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ];
} }

View File

@ -7,5 +7,5 @@ pkgs.writeShellApplication {
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc | awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc |
column -t -s $'\t' | column -t -s $'\t' |
rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40 rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40
''; '';
} }

View File

@ -4,7 +4,8 @@ let
emacs = with pkgs; emacs = with pkgs;
((emacsPackagesNgGen emacsGcc).emacsWithPackages ((emacsPackagesNgGen emacsGcc).emacsWithPackages
(epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ])); (epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ]));
in { in
{
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ]; fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
home-manager.users.moritz = { home-manager.users.moritz = {

View File

@ -4,7 +4,8 @@ let
from = 1714; from = 1714;
to = 1764; to = 1764;
}; };
in { in
{
home-manager.users.moritz.services.kdeconnect.enable = true; home-manager.users.moritz.services.kdeconnect.enable = true;
networking.firewall = { networking.firewall = {
allowedTCPPortRanges = [ ports ]; allowedTCPPortRanges = [ ports ];

View File

@ -8,7 +8,8 @@ let
nixos-desktop = nixos-desktop =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI"; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI";
hosts = [ nixos-laptop nixos-desktop ]; hosts = [ nixos-laptop nixos-desktop ];
in { in
{
"nordvpn.age".publicKeys = users ++ hosts; "nordvpn.age".publicKeys = users ++ hosts;
"davfs.age".publicKeys = users ++ hosts; "davfs.age".publicKeys = users ++ hosts;
"smbMoritz.age".publicKeys = users ++ hosts; "smbMoritz.age".publicKeys = users ++ hosts;