mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-17 04:20:12 +00:00
We should only login to hyprland when we have it
This commit is contained in:
parent
0b7bb8d875
commit
41152a4c29
@ -1,5 +1,12 @@
|
||||
{ pkgs, zen-browser, ... }:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "hyprland";
|
||||
user = "larstvei";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.adwaita-icon-theme
|
||||
|
@ -30,14 +30,6 @@
|
||||
|
||||
console.keyMap = "us";
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "hyprland";
|
||||
user = "larstvei";
|
||||
};
|
||||
};
|
||||
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user