treewide: sorting

This commit is contained in:
Guanran Wang 2024-01-17 12:47:27 +08:00
parent ff8fb53d2a
commit 410bef4679
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
159 changed files with 161 additions and 283 deletions

View file

@ -8,7 +8,7 @@ keys:
- &hosts:
- &aristotle age1hm6pkvt4d640wmjhxg5wxfwkp9zhcqre9klr4zg5kx2qx7vyhuuqlytmnp
creation_rules:
- path_regex: users/guanranwang/secrets.yaml$
- path_regex: secrets.yaml$
key_groups:
- age:
- *guanranwang

View file

@ -2,9 +2,7 @@
{...}: {
imports = [
../../profiles/desktop
../../../users/guanranwang/darwin/profiles/desktop
../../../users/guanranwang/darwin/profiles/common/opt-in/clash-meta-client.nix
../../profiles/common/opt-in/clash-meta-client.nix
./hardware-configuration.nix
];

View file

@ -1,4 +1,11 @@
{inputs, ...}: {
{
inputs,
pkgs,
...
}: {
### Options
home-manager.users.guanranwang = import ./home;
imports = [
./nix
./anti-features.nix
@ -8,6 +15,17 @@
inputs.home-manager.darwinModules.home-manager
];
users = {
knownUsers = ["guanranwang"];
users."guanranwang" = {
createHome = true;
description = "Guanran Wang";
home = "/Users/guanranwang";
shell = pkgs.fish;
uid = 501;
};
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;

View file

@ -1,6 +1,6 @@
{...}: {
imports = [
../../../../../home-manager
../../../../../home
];
# https://github.com/mathiasbynens/dotfiles/blob/main/.macos

View file

@ -1,5 +0,0 @@
{
homebrew.casks = [
"steam"
];
}

View file

@ -1,7 +1,8 @@
{
imports = [
../common/core
];
### home-manager
home-manager.users.guanranwang = import ./home;
homebrew.casks = [
"steam"
];
}

View file

@ -0,0 +1,5 @@
{...}: {
imports = [
../../../../../home/applications/prismlauncher
];
}

View file

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 514 B

View file

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

View file

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 479 B

View file

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

View file

Before

Width:  |  Height:  |  Size: 358 B

After

Width:  |  Height:  |  Size: 358 B

View file

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 533 B

View file

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 760 B

View file

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

View file

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 425 B

Some files were not shown because too many files have changed in this diff Show more