Big refactor, need to test still
This commit is contained in:
parent
6f2c936913
commit
81460a2b8f
26 changed files with 17 additions and 16 deletions
30
home-manager/hosts/GLaDOS/GLaDOS-Lillian.nix
Normal file
30
home-manager/hosts/GLaDOS/GLaDOS-Lillian.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
# If you want to use modules your own flake exports (from modules/home-manager):
|
||||
# outputs.homeManagerModules.example
|
||||
|
||||
# Or modules exported from other flakes (such as nix-colors):
|
||||
# inputs.nix-colors.homeManagerModules.default
|
||||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../desktop/configuration.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
heroic-unwrapped
|
||||
];
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue