Cleanup some stuff
This commit is contained in:
parent
f2e9a4061f
commit
ccd4c85027
7 changed files with 46 additions and 45 deletions
|
|
@ -1 +0,0 @@
|
|||
/home/tobias/.config/nixpkgs/portalo-tobias.nix
|
||||
1
.config/nixpkgs/portable-tobias.nix
Symbolic link
1
.config/nixpkgs/portable-tobias.nix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
portalo-tobias.nix
|
||||
11
.config/nixpkgs/portalo-tobias.nix
Normal file
11
.config/nixpkgs/portalo-tobias.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "tobias";
|
||||
home.homeDirectory = "/home/tobias";
|
||||
|
||||
imports = [
|
||||
./common.nix
|
||||
./graphical.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue