mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Add thinkpad pop os
This commit is contained in:
parent
538967b7af
commit
54660ba4bd
1 changed files with 24 additions and 0 deletions
24
configurations/home/srid@vixen.nix
Normal file
24
configurations/home/srid@vixen.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# This machine uses Omarchy
|
||||
#
|
||||
# So we consciously pick what we need
|
||||
{ flake, ... }:
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
inherit (inputs) self;
|
||||
homeMod = self + /modules/home;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
"${homeMod}/claude-code"
|
||||
"${homeMod}/all/git.nix"
|
||||
"${homeMod}/all/just.nix"
|
||||
"${homeMod}/all/direnv.nix"
|
||||
"${homeMod}/all/starship.nix"
|
||||
"${homeMod}/all/bash.nix"
|
||||
"${homeMod}/all/terminal.nix"
|
||||
# "${homeMod}/all/1password.nix"
|
||||
];
|
||||
|
||||
home.username = "srid";
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue