mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-04 06:36:25 -05:00
update: misc
This commit is contained in:
parent
a28cc71ef2
commit
813906ee3f
4 changed files with 29 additions and 17 deletions
|
|
@ -22,8 +22,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
git
|
||||
greetd.greetd
|
||||
greetd.tuigreet
|
||||
greetd
|
||||
tuigreet
|
||||
zsh
|
||||
home-manager
|
||||
findutils
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "''${pkgs.greetd.tuigreet}/bin/tuigreet --time";
|
||||
command = "''${pkgs.tuigreet}/bin/tuigreet --time";
|
||||
user = "fabric";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue