mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-17 12:30:13 +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, ... }:
|
{ pkgs, zen-browser, ... }:
|
||||||
{
|
{
|
||||||
|
services.greetd = {
|
||||||
|
enable = true;
|
||||||
|
settings.default_session = {
|
||||||
|
command = "hyprland";
|
||||||
|
user = "larstvei";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.adwaita-icon-theme
|
pkgs.adwaita-icon-theme
|
||||||
|
@ -30,14 +30,6 @@
|
|||||||
|
|
||||||
console.keyMap = "us";
|
console.keyMap = "us";
|
||||||
|
|
||||||
services.greetd = {
|
|
||||||
enable = true;
|
|
||||||
settings.default_session = {
|
|
||||||
command = "hyprland";
|
|
||||||
user = "larstvei";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user