started new config
This commit is contained in:
17
home/default.nix
Normal file
17
home/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
name = "bitbang";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./i3.nix
|
||||
./vim.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = name;
|
||||
homeDirectory = "/home/${name}";
|
||||
|
||||
stateVersion = "25.11";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user