mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-20 08:22:55 +01:00
Compare commits
No commits in common. "125c6ef98f3205ff9f7d474b07f982420e0bd4d2" and "e9210fe13aef8ac42f51a6c20ad53bf36e0ef88f" have entirely different histories.
125c6ef98f
...
e9210fe13a
2 changed files with 1 additions and 71 deletions
58
flake.lock
generated
58
flake.lock
generated
|
|
@ -104,23 +104,6 @@
|
||||||
"url": "https://git.madhouse-project.org/algernon/avalanche.git"
|
"url": "https://git.madhouse-project.org/algernon/avalanche.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"brew-src": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1769363988,
|
|
||||||
"narHash": "sha256-BiGPeulrDVetXP+tjxhMcGLUROZAtZIhU5m4MqawCfM=",
|
|
||||||
"owner": "Homebrew",
|
|
||||||
"repo": "brew",
|
|
||||||
"rev": "d01011cac6d72032c75fd2cd9489909e95d9faf2",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "Homebrew",
|
|
||||||
"ref": "5.0.12",
|
|
||||||
"repo": "brew",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"disko": {
|
"disko": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
|
|
@ -812,45 +795,6 @@
|
||||||
"url": "https://git.madhouse-project.org/iocaine/nam-shub-of-enki/archive/iocaine-3.x.tar.gz"
|
"url": "https://git.madhouse-project.org/iocaine/nam-shub-of-enki/archive/iocaine-3.x.tar.gz"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-darwin": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1770184146,
|
|
||||||
"narHash": "sha256-DsqnN6LvXmohTRaal7tVZO/AKBuZ02kPBiZKSU4qa/k=",
|
|
||||||
"owner": "nix-darwin",
|
|
||||||
"repo": "nix-darwin",
|
|
||||||
"rev": "0d7874ef7e3ba02d58bebb871e6e29da36fa1b37",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-darwin",
|
|
||||||
"ref": "master",
|
|
||||||
"repo": "nix-darwin",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix-homebrew": {
|
|
||||||
"inputs": {
|
|
||||||
"brew-src": "brew-src"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1769437432,
|
|
||||||
"narHash": "sha256-8d7KnCpT2LweRvSzZYEGd9IM3eFX+A78opcnDM0+ndk=",
|
|
||||||
"owner": "zhaofengli",
|
|
||||||
"repo": "nix-homebrew",
|
|
||||||
"rev": "a5409abd0d5013d79775d3419bcac10eacb9d8c5",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "zhaofengli",
|
|
||||||
"repo": "nix-homebrew",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixocaine": {
|
"nixocaine": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"iocaine-stable": "iocaine-stable",
|
"iocaine-stable": "iocaine-stable",
|
||||||
|
|
@ -1228,8 +1172,6 @@
|
||||||
"hypr-contrib": "hypr-contrib",
|
"hypr-contrib": "hypr-contrib",
|
||||||
"hyprland": "hyprland",
|
"hyprland": "hyprland",
|
||||||
"hyprland-plugins": "hyprland-plugins",
|
"hyprland-plugins": "hyprland-plugins",
|
||||||
"nix-darwin": "nix-darwin",
|
|
||||||
"nix-homebrew": "nix-homebrew",
|
|
||||||
"nixocaine": "nixocaine",
|
"nixocaine": "nixocaine",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
|
|
|
||||||
|
|
@ -13,21 +13,8 @@
|
||||||
#./../../modules/services/automount.nix
|
#./../../modules/services/automount.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.vim
|
|
||||||
];
|
|
||||||
|
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
system.primaryUser = username;
|
system.primaryUser = username;
|
||||||
|
|
||||||
nix.settings.experimental-features = "nix-command flakes";
|
|
||||||
|
|
||||||
system.configurationRevision = self.rev or self.dirtyRev or null;
|
|
||||||
|
|
||||||
system.stateVersion = 6;
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
|
||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onActivation = {
|
onActivation = {
|
||||||
|
|
@ -40,6 +27,7 @@
|
||||||
no_quarantine = true;
|
no_quarantine = true;
|
||||||
};
|
};
|
||||||
casks = [
|
casks = [
|
||||||
|
# "steam"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"signal"
|
"signal"
|
||||||
"handbrake"
|
"handbrake"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue