···
25
25
]
26
26
},
27
27
"locked": {
28
28
-
"lastModified": 1755491080,
29
29
-
"narHash": "sha256-ib1Xi13NEalrFqQAHceRsb+6aIPANFuQq80SS/bY10M=",
28
28
+
"lastModified": 1755625756,
29
29
+
"narHash": "sha256-t57ayMEdV9g1aCfHzoQjHj1Fh3LDeyblceADm2hsLHM=",
30
30
"owner": "nix-community",
31
31
"repo": "home-manager",
32
32
-
"rev": "f8af2cbe386f9b96dd9efa57ab15a09377f38f4d",
32
32
+
"rev": "dd026d86420781e84d0732f2fa28e1c051117b59",
33
33
"type": "github"
34
34
},
35
35
"original": {
···
123
123
"website-builder": "website-builder"
124
124
},
125
125
"locked": {
126
126
-
"lastModified": 1752337105,
127
127
-
"narHash": "sha256-dxnmm2wIgohIOKAoaa4fneDOsnnKR/BgFZuWhx4B5N8=",
126
126
+
"lastModified": 1755601892,
127
127
+
"narHash": "sha256-4FECnCcaUVQHnocuuu/KRldPW2yj7hFpd1F7bfWxTxY=",
128
128
"owner": "rasmus-kirk",
129
129
"repo": "nixarr",
130
130
-
"rev": "fc75ca0e6bc2fc31c0a3567d275b92ee30b9311d",
130
130
+
"rev": "c6cd890fa028ec2a8d735a121cb0a161d265101c",
131
131
"type": "github"
132
132
},
133
133
"original": {
···
202
202
},
203
203
"nixpkgs_4": {
204
204
"locked": {
205
205
-
"lastModified": 1755186698,
206
206
-
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
205
205
+
"lastModified": 1755615617,
206
206
+
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
207
207
"owner": "NixOS",
208
208
"repo": "nixpkgs",
209
209
-
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
209
209
+
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
210
210
"type": "github"
211
211
},
212
212
"original": {
···
303
303
]
304
304
},
305
305
"locked": {
306
306
-
"lastModified": 1755484558,
307
307
-
"narHash": "sha256-1dlhluaqrePy1L8ShBCkiF/KF9ci5tSZzdUI60NjzOI=",
306
306
+
"lastModified": 1755720915,
307
307
+
"narHash": "sha256-GIpTiGhQPm56u61oT8fOLu2fkCBbQ8aBDfegI1hKgcY=",
308
308
"owner": "0xc000022070",
309
309
"repo": "zen-browser-flake",
310
310
-
"rev": "d169f16140842d7ba3183c0321f984368bdd2ee3",
310
310
+
"rev": "442ecfd9283b65887d20e0c2fa73a1ca72aea891",
311
311
"type": "github"
312
312
},
313
313
"original": {
···
33
33
nixosConfigurations = {
34
34
# Replace "nixos" with your actual desired hostname if it's different
35
35
# This "nixos" must match the `networking.hostName` in your configuration.nix
36
36
-
nixos = nixpkgs.lib.nixosSystem {
36
36
+
mira = nixpkgs.lib.nixosSystem {
37
37
system = "x86_64-linux";
38
38
modules = [
39
39
# Your main configuration file
40
40
-
./configuration.nix
40
40
+
./hosts/mira/configuration.nix
41
41
catppuccin.nixosModules.catppuccin
42
42
43
43
({
···
60
60
system = "x86_64-linux";
61
61
modules = [
62
62
# Your main configuration file
63
63
-
./configuration.nix
63
63
+
./hosts/framework16/configuration.nix
64
64
catppuccin.nixosModules.catppuccin
65
65
66
66
({
···
69
69
"DP-1" = {
70
70
scale = 2.0;
71
71
};
72
72
+
"DP-7" = {
73
73
+
scale = 2.0;
74
74
+
};
72
75
};
73
76
spawn-at-startup = [
74
77
{ command = [ "xwayland-satellite" ]; }
···
82
85
};
83
86
};
84
87
};
88
88
+
89
89
+
# Allow unfree packages
90
90
+
nixpkgs.config.allowUnfree = true;
85
91
86
92
nixpkgs.config.permittedInsecurePackages = [
87
93
"libsoup-2.74.3"
···
55
55
# Enable CUPS to print documents.
56
56
services.printing.enable = true;
57
57
58
58
-
59
59
-
# Enable sound with pipewire.
60
60
-
services.pulseaudio.enable = false;
61
61
-
62
58
security.polkit.enable = true;
63
59
security.rtkit.enable = true;
64
60
services.pipewire = {