greetd
This commit is contained in:
parent
0566bb0001
commit
88bb64d98b
2 changed files with 5 additions and 33 deletions
|
@ -65,37 +65,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# services.greetd = {
|
|
||||||
# enable = true;
|
|
||||||
# package = pkgs.greetd.gtkgreet;
|
|
||||||
# settings = {
|
|
||||||
# default_session = {
|
|
||||||
# command = "Hyprland --config /etc/greetd/hyprland.conf";
|
|
||||||
# user = "greeter";
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# environment.etc."greetd/environments".text = ''
|
|
||||||
# Hyprland
|
|
||||||
# '';
|
|
||||||
# environment.etc."greetd/hyprland.conf".text = ''
|
|
||||||
# monitor = DP-3,2560x1440@144,1920x0,1
|
|
||||||
# monitor = HDMI-A-5,1920x1080@75,0x0,1
|
|
||||||
# misc {
|
|
||||||
# disable_hyprland_logo = true
|
|
||||||
# }
|
|
||||||
|
|
||||||
# exec-once = tuigreet -l -b /etc/greetd/wallpaper.jpg -s /etc/greetd/style.css; hyprctl dispatch exit
|
|
||||||
# '';
|
|
||||||
# environment.etc."greetd/wallpaper.jpg".source = ./hypr/wallpaper.jpg;
|
|
||||||
# environment.etc."greetd/style.css".text = ''
|
|
||||||
# window {
|
|
||||||
# background-position: center;
|
|
||||||
# background-repeat: no-repeat;
|
|
||||||
# background-size: cover;
|
|
||||||
# background-color: black;
|
|
||||||
# }
|
|
||||||
# '';
|
|
||||||
|
|
||||||
# Configure console keymap
|
# Configure console keymap
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
|
|
|
@ -33,12 +33,15 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
zoom-us
|
zoom-us
|
||||||
|
obsidian
|
||||||
|
zotero
|
||||||
|
|
||||||
# development
|
# development
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
gnumake
|
gnumake
|
||||||
texlive.combined.scheme-full
|
texliveFull
|
||||||
ltex-ls
|
# texlive.combined.scheme-full
|
||||||
|
# ltex-ls
|
||||||
ghostscript
|
ghostscript
|
||||||
jdk11
|
jdk11
|
||||||
coq
|
coq
|
||||||
|
|
Loading…
Reference in a new issue