more tabs
This commit is contained in:
parent
c02abc8a00
commit
43f999cac5
1 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../../modules
|
../../modules/hyprland.nix
|
||||||
../../modules/games
|
../../modules/games
|
||||||
../../modules/applications
|
../../modules/applications
|
||||||
../../common/nvim/nvim.nix
|
../../common/nvim/nvim.nix
|
||||||
|
|
@ -85,8 +85,8 @@
|
||||||
|
|
||||||
# # You can also set the file content immediately.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
# org.gradle.console=verbose
|
# org.gradle.console=verbose
|
||||||
# org.gradle.daemon.idletimeout=3600000
|
# org.gradle.daemon.idletimeout=3600000
|
||||||
# '';
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -95,15 +95,15 @@
|
||||||
# Manager then you have to manually source 'hm-session-vars.sh' located at
|
# Manager then you have to manually source 'hm-session-vars.sh' located at
|
||||||
# either
|
# either
|
||||||
#
|
#
|
||||||
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
# ~/.nix-profile/etc/profile.d/hm-session-vars.sh
|
||||||
#
|
#
|
||||||
# or
|
# 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
|
# 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;
|
size = 32;
|
||||||
package =
|
package =
|
||||||
pkgs.runCommand "moveUp" { } ''
|
pkgs.runCommand "moveUp" { } ''
|
||||||
mkdir -p $out/share/icons
|
mkdir -p $out/share/icons
|
||||||
ln -s ${pkgs.fetchzip {
|
ln -s ${pkgs.fetchzip {
|
||||||
url = url;
|
url = url;
|
||||||
hash = hash;
|
hash = hash;
|
||||||
}} $out/share/icons/${name}
|
}} $out/share/icons/${name}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
getFrom
|
getFrom
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue