Initial commit
This commit is contained in:
commit
e886de58af
23 changed files with 926 additions and 0 deletions
11
home-manager/cobray.nix
Normal file
11
home-manager/cobray.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.username = "cobray";
|
||||
home.homeDirectory = "/home/cobray";
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue