mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): split macOS into two hosts
This commit is contained in:
parent
da607ea5f4
commit
d5d47663b0
6 changed files with 29 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
# Home-Manager / NixOS
|
||||
ns = "sudo nixos-rebuild switch -L --flake ~/.dotfiles/nix#nixie";
|
||||
hp = "cd ~/.dotfiles/.config/home-manager && $EDITOR flake.nix && prevd";
|
||||
hs = "home-manager switch -L --flake ~/.dotfiles/nix#macOS";
|
||||
hs = "home-manager switch -L --flake ~/.dotfiles/nix#stardust";
|
||||
nsh = "nix-shell -p";
|
||||
};
|
||||
abbrsLinux = {
|
||||
|
|
|
|||
4
nix/home/leana@legend/default.nix
Normal file
4
nix/home/leana@legend/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
imports = [./fonts.nix];
|
||||
home.homeDirectory = "/Users/leana";
|
||||
}
|
||||
13
nix/home/leana@legend/fonts.nix
Normal file
13
nix/home/leana@legend/fonts.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
mypkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
mypkgs.hiosevka-nerd-font-mono
|
||||
jetbrains-mono
|
||||
|
||||
lmodern
|
||||
cascadia-code
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue