flake update, niri stuff
This commit is contained in:
parent
83c92deef5
commit
5d8e3292d2
15 changed files with 454 additions and 193 deletions
|
|
@ -14,7 +14,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users = {
|
||||
"${config.user.userName}" = import ./home.nix;
|
||||
"${config.user.userName}" = import ./home.nix;
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/device/desktop.nix
|
||||
];
|
||||
config = {
|
||||
user = {
|
||||
userName = "marty";
|
||||
|
|
@ -17,7 +20,6 @@
|
|||
locale = "de_DE.UTF-8";
|
||||
hostname = "marty-pc";
|
||||
};
|
||||
device.type = "desktop";
|
||||
apps = {
|
||||
audio = {
|
||||
base.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue