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
|
||||
];
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "hyprland";
|
||||
user = "larstvei";
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "larstvei-think";
|
||||
|
||||
# Bootloader.
|
||||
|
@ -9,6 +9,14 @@
|
||||
../../modules/desktop
|
||||
];
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "hyprland";
|
||||
user = "larstvei";
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "larstvei-vm";
|
||||
|
||||
# VM-friendly bits
|
||||
|
@ -1,13 +1,5 @@
|
||||
{ pkgs, zen-browser, ... }:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "hyprland";
|
||||
user = "larstvei";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.adwaita-icon-theme
|
||||
pkgs.brightnessctl
|
||||
|
Loading…
Reference in New Issue
Block a user