disko + impermanence pc

This commit is contained in:
Aleksandr Lebedev 2024-12-17 19:05:43 +01:00
parent c98173ce23
commit 1682c71bdf
9 changed files with 224 additions and 29 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, stylix, hwconfig, username, inputs, ... }:
{ config, pkgs, stylix, hwconfig, first-nixos-install, username, inputs, ... }:
let
#nur = import (builtins.fetchTarball {
@ -17,7 +17,7 @@
./nixvim
./fastfetch
#"${if hostname != "nixosbtw" then ./macos/homemac.nix else ./empty.nix }"
];
] ++ if hwconfig.useImpermanence then [ ./modules/impermanence/home.nix ] else [];
# Home Manager needs a bit of information about you and the paths it should
# manage.
home.username = username;