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