preserving hardware-configuration
This commit is contained in:
parent
8d34db82c8
commit
120d26b0e4
13 changed files with 181 additions and 207 deletions
|
|
@ -1,15 +1,17 @@
|
|||
{ config, pkgs, inputs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.username = "till";
|
||||
home.homeDirectory = "/home/till";
|
||||
|
||||
imports = [
|
||||
./slim-desktop.nix
|
||||
./gnome
|
||||
./firefox.nix
|
||||
./librewolf.nix
|
||||
./tex.nix
|
||||
|
||||
./fonts.nix
|
||||
./gnome
|
||||
./r.nix
|
||||
./tex.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -53,5 +55,4 @@
|
|||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue