fixing greetd

This commit is contained in:
cnst
2024-08-03 10:51:10 +02:00
parent 6b0f1f91f0
commit 2b2136dfba
2 changed files with 15 additions and 15 deletions

26
flake.lock generated
View File

@@ -159,11 +159,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722601690, "lastModified": 1722640618,
"narHash": "sha256-0T5UIj683XckcgZYAKauDQjDqQvcZf2b+hQrBxtvIKo=", "narHash": "sha256-zcABhEN4wv0Z6KnZGaKA/diM7aYL4rjRT9bdq1MEpi4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "flake-firefox-nightly", "repo": "flake-firefox-nightly",
"rev": "5783e7f3c40c73bfa2e2501da8d39670cbbd0f98", "rev": "6a744f57d756184840f59281a7da88e00b13f030",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -481,11 +481,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1722462338, "lastModified": 1722630065,
"narHash": "sha256-ss0G8t8RJVDewA3MyqgAlV951cWRK6EtVhVKEZ7J5LU=", "narHash": "sha256-QfM/9BMRkCmgWzrPDK+KbgJOUlSJnfX4OvsUupEUZvA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6e090576c4824b16e8759ebca3958c5b09659ee8", "rev": "afc892db74d65042031a093adb6010c4c3378422",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -577,11 +577,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1722616930, "lastModified": 1722633380,
"narHash": "sha256-KwBxmf15rUQDXP5ON7OgmKFtDd3gO2jsWJiBVJquqqI=", "narHash": "sha256-rVyikfYJjkSB7990fLwABjrhVM4UOmci7rxYpRT/6dI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1fa4b7d79baaad47fde8e72221cd77f569fbfe35", "rev": "4141e6755022edc19cd37cd7ad077a93b3bae5bd",
"revCount": 5043, "revCount": 5045,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
@@ -600,11 +600,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720709712, "lastModified": 1722636442,
"narHash": "sha256-78j/cY+AXoMIqqiNc1vWx237EPfpERAcYsb57ABUbwQ=", "narHash": "sha256-+7IS0n3/F0I5j6ZbrVlLcIIPHY3o+/vLAqg/G48sG+w=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "contrib", "repo": "contrib",
"rev": "65d42dcbfde2229a75ccdb195c318dfe241f9ade", "rev": "9d67858b437d4a1299be496d371b66fc0d3e01f6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -5,11 +5,11 @@
# AUTOLOGIN # AUTOLOGIN
# initial_session = { # initial_session = {
# command = "${pkgs.hyprland}/bin/Hyprland"; # command = "${pkgs.hyprland}/bin/Hyprland";
# user = "adam"; # user = "cnst"; # <- select which user to auto-login
# }; # };
default_session = { default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session --asterisks"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet -r --remember-session --asterisks";
user = "adam"; user = "greeter";
}; };
}; };
}; };