slab: switch home.nix to nixfiles options
This commit is contained in:
parent
4d35cc1154
commit
b693ff3a00
@ -1,13 +1,17 @@
|
||||
{ lib, pkgs, osConfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
../../home/hyprland.nix
|
||||
../../home
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
config = {
|
||||
nixfiles = {
|
||||
profile.base.enable = true;
|
||||
};
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = ",preferred,auto,1.25";
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = ",preferred,auto,1.25";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user