🧹 reformat files
This commit is contained in:
parent
7d9ffb5a2d
commit
044e7b4dbd
5 changed files with 9 additions and 5 deletions
|
|
@ -8,7 +8,8 @@ let
|
|||
randomWallpaper = import ./randomWallpaper.nix { inherit pkgs; };
|
||||
share = import ./share.nix { inherit pkgs; };
|
||||
sxhkdHelp = import ./sxhkdHelp.nix { inherit pkgs; };
|
||||
in {
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz.home.packages =
|
||||
[ cheat cycleSinks git-switch protonge randomWallpaper share sxhkdHelp ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ pkgs.writeShellApplication {
|
|||
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc |
|
||||
column -t -s $'\t' |
|
||||
rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40
|
||||
'';
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ let
|
|||
emacs = with pkgs;
|
||||
((emacsPackagesNgGen emacsGcc).emacsWithPackages
|
||||
(epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ]));
|
||||
in {
|
||||
in
|
||||
{
|
||||
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
|
||||
|
||||
home-manager.users.moritz = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ let
|
|||
from = 1714;
|
||||
to = 1764;
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
home-manager.users.moritz.services.kdeconnect.enable = true;
|
||||
networking.firewall = {
|
||||
allowedTCPPortRanges = [ ports ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue