mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Reorganize user configuration
This commit is contained in:
parent
99fee4fddf
commit
14a285ce03
7 changed files with 61 additions and 52 deletions
|
|
@ -1,9 +1,14 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
imports = [ ../default.nix ];
|
||||
imports = [
|
||||
"${self}/users/home-manager.nix"
|
||||
../user.nix
|
||||
];
|
||||
|
||||
home-manager.users.seb = {
|
||||
home.stateVersion = "23.11";
|
||||
imports = [ ../home.nix ];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
myConfig.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue