Cleanup some stuff

This commit is contained in:
Tobias Reisinger 2023-01-29 00:57:35 +00:00
parent f2e9a4061f
commit ccd4c85027
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 46 additions and 45 deletions

View file

@ -1 +0,0 @@
/home/tobias/.config/nixpkgs/portalo-tobias.nix

View file

@ -0,0 +1 @@
portalo-tobias.nix

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
home.username = "tobias";
home.homeDirectory = "/home/tobias";
imports = [
./common.nix
./graphical.nix
];
}