mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
chore: Improve formatting
This commit is contained in:
parent
cd39a136f9
commit
3c186055a5
@ -86,6 +86,23 @@ in
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
greetd = mkIf (!container) {
|
||||
enable = true;
|
||||
restart = false;
|
||||
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --time-format '%F %R'";
|
||||
user = "greeter";
|
||||
};
|
||||
|
||||
initial_session = {
|
||||
command = "${pkgs.hyprland}/bin/Hyprland";
|
||||
user = username;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tumbler.enable = true;
|
||||
gvfs.enable = true;
|
||||
gnome.gnome-keyring.enable = true;
|
||||
@ -122,23 +139,6 @@ in
|
||||
})
|
||||
];
|
||||
|
||||
services.greetd = mkIf (!container) {
|
||||
enable = true;
|
||||
restart = false;
|
||||
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland --time-format '%F %R'";
|
||||
user = "greeter";
|
||||
};
|
||||
|
||||
initial_session = {
|
||||
command = "${pkgs.hyprland}/bin/Hyprland";
|
||||
user = username;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
|
||||
|
@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation {
|
||||
hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
installPhase = /* bash */ ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype/AleoFonts
|
||||
|
Loading…
Reference in New Issue
Block a user