From 43f999cac55e6d5bf113b6c3ee03d481965231c9 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 12:42:11 +0200 Subject: [PATCH] more tabs --- hosts/default/home.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 56956f0..74af342 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -3,7 +3,7 @@ { imports = [ - ../../modules + ../../modules/hyprland.nix ../../modules/games ../../modules/applications ../../common/nvim/nvim.nix @@ -85,8 +85,8 @@ # # You can also set the file content immediately. # ".gradle/gradle.properties".text = '' - # org.gradle.console=verbose - # org.gradle.daemon.idletimeout=3600000 + # org.gradle.console=verbose + # org.gradle.daemon.idletimeout=3600000 # ''; }; @@ -95,15 +95,15 @@ # Manager then you have to manually source 'hm-session-vars.sh' located at # either # - # ~/.nix-profile/etc/profile.d/hm-session-vars.sh + # ~/.nix-profile/etc/profile.d/hm-session-vars.sh # # or # - # ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh + # ~/.local/state/nix/profiles/profile/etc/profile.d/hm-session-vars.sh # # or # - # /etc/profiles/per-user/noa/etc/profile.d/hm-session-vars.sh + # /etc/profiles/per-user/noa/etc/profile.d/hm-session-vars.sh # @@ -159,12 +159,12 @@ size = 32; package = pkgs.runCommand "moveUp" { } '' - mkdir -p $out/share/icons - ln -s ${pkgs.fetchzip { - url = url; - hash = hash; - }} $out/share/icons/${name} - ''; + mkdir -p $out/share/icons + ln -s ${pkgs.fetchzip { + url = url; + hash = hash; + }} $out/share/icons/${name} + ''; }; in getFrom