Compare commits

...

4 Commits

Author SHA1 Message Date
b8b7145e47 update flake 2025-10-27 18:29:17 +01:00
d9f1588086 programms 2025-10-27 18:28:57 +01:00
950edff326 add clean command 2025-10-27 18:28:48 +01:00
ae6e533365 add 1k5 2025-10-27 18:28:41 +01:00
6 changed files with 27 additions and 10 deletions

View File

@@ -36,4 +36,5 @@
"mediahuman-audio-converter"
"imageoptim"
"appcleaner"
"drawio"
]

18
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1760500983,
"narHash": "sha256-zfY4F4CpeUjTGgecIJZ+M7vFpwLc0Gm9epM/iMQd4w8=",
"lastModified": 1761584077,
"narHash": "sha256-dISPEZahlfs5K6d58zR4akRRyogfE9P4WSyPPNT7HiE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c53e65ec92f38d30e3c14f8d628ab55d462947aa",
"rev": "e82585308aef3d4cc2c36c7b6946051c8cdf24ef",
"type": "github"
},
"original": {
@@ -27,11 +27,11 @@
]
},
"locked": {
"lastModified": 1760338583,
"narHash": "sha256-IGwy02SH5K2hzIFrKMRsCmyvwOwWxrcquiv4DbKL1S4=",
"lastModified": 1761339987,
"narHash": "sha256-IUaawVwItZKi64IA6kF6wQCLCzpXbk2R46dHn8sHkig=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "9a9ab01072f78823ca627ae5e895e40d493c3ecf",
"rev": "7cd9aac79ee2924a85c211d21fafd394b06a38de",
"type": "github"
},
"original": {
@@ -42,11 +42,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1760504863,
"narHash": "sha256-h13YFQMi91nXkkRoJMIfezorz5SbD6849jw5L0fjK4I=",
"lastModified": 1761440988,
"narHash": "sha256-2qsow3cQIgZB2g8Cy8cW+L9eXDHP6a1PsvOschk5y+E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "82c2e0d6dde50b17ae366d2aa36f224dc19af469",
"rev": "de69d2ba6c70e747320df9c096523b623d3a4c35",
"type": "github"
},
"original": {

View File

@@ -41,6 +41,7 @@ let
c = "pwd | pbcopy";
vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}";
clean = "nix-collect-garbage -d";
};
};
};

15
hosts/1k5.nix Normal file
View File

@@ -0,0 +1,15 @@
{
username = "nicco";
hostName = "1k5";
platform = "aarch64-darwin";
sshKey = "1k5";
extras = {
casks = [
"notion"
];
pkgs =
pkgs: with pkgs; [
];
};
}

View File

@@ -1,4 +1,5 @@
[
(import ./mac14.nix)
(import ./ordio.nix)
(import ./1k5.nix)
]

View File

@@ -14,7 +14,6 @@
"blender"
"bambu-studio"
"cyberduck"
"crossover"
];
pkgs =
pkgs: with pkgs; [