mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-17 04:20:12 +00:00
The services can't go in home, so duplicate for now
This commit is contained in:
parent
41152a4c29
commit
df99ed688b
@ -11,6 +11,14 @@
|
|||||||
../../modules/desktop
|
../../modules/desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.greetd = {
|
||||||
|
enable = true;
|
||||||
|
settings.default_session = {
|
||||||
|
command = "hyprland";
|
||||||
|
user = "larstvei";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "larstvei-think";
|
networking.hostName = "larstvei-think";
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -9,6 +9,14 @@
|
|||||||
../../modules/desktop
|
../../modules/desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.greetd = {
|
||||||
|
enable = true;
|
||||||
|
settings.default_session = {
|
||||||
|
command = "hyprland";
|
||||||
|
user = "larstvei";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "larstvei-vm";
|
networking.hostName = "larstvei-vm";
|
||||||
|
|
||||||
# VM-friendly bits
|
# VM-friendly bits
|
||||||
|
@ -1,13 +1,5 @@
|
|||||||
{ 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
|
||||||
pkgs.brightnessctl
|
pkgs.brightnessctl
|
||||||
|
Loading…
Reference in New Issue
Block a user