Compare commits

..

No commits in common. "4ed0ad306895ecaf0c2df64f048268d5ed68c978" and "87efdf668eec46607bd79ac4ec3a97378c63f3f7" have entirely different histories.

2 changed files with 16 additions and 19 deletions

View file

@ -86,11 +86,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729281548, "lastModified": 1729010169,
"narHash": "sha256-MuojlSnwAJAwfhgmW8ZtZrwm2Sko4fqubCvReqbUzYw=", "narHash": "sha256-AjgIlXcreagCs6ltT8mzI1UYEiYgfhlwe4Tl3taxQSU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "a6a3179ddf396dfc28a078e2f169354d0c137125", "rev": "9ab6ae4e632016caac1c7e82e15b12b8c672ed76",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -106,11 +106,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729483085, "lastModified": 1729221539,
"narHash": "sha256-eOy8FuhR0lu1VmQBbIZYmNLN72Z3P/tsVtDtIWRnIlA=", "narHash": "sha256-REh7hzFcVv6LngqX5xcjJC5KM41k1oJ6accEJjrEihA=",
"owner": "Dr-42", "owner": "Dr-42",
"repo": "end-rs", "repo": "end-rs",
"rev": "8c0ea70bece2825db8967e2cf8f3205fe1aa0fba", "rev": "6f75f9fc569ef842c687fc908f573be5a414ce19",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -147,11 +147,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729459288, "lastModified": 1728903686,
"narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=", "narHash": "sha256-ZHFrGNWDDriZ4m8CA/5kDa250SG1LiiLPApv1p/JF0o=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e", "rev": "e1aec543f5caf643ca0d94b6a633101942fd065f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -165,11 +165,11 @@
"hyprland": "hyprland" "hyprland": "hyprland"
}, },
"locked": { "locked": {
"lastModified": 1729122023, "lastModified": 1728520267,
"narHash": "sha256-OJNfAveVogmpSIJ7V3eCSWVGvmWOVQfMQTfOpK163HQ=", "narHash": "sha256-6TVaB+nWVanqZWqievg+m7tVNrSpQ9CQcwXJQeyU/Q0=",
"owner": "outfoxxed", "owner": "outfoxxed",
"repo": "hy3", "repo": "hy3",
"rev": "29293bf7d509cd18e25a59e15841538fcdef580a", "rev": "4e92705d7a0ff23296aa1a62c05734ccc6de7bec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -225,6 +225,7 @@
"locked": { "locked": {
"lastModified": 1728142617, "lastModified": 1728142617,
"narHash": "sha256-ramJ6G9bKYuZshtYRc0olhtN89bP9i4BDhhTU0E0cLc=", "narHash": "sha256-ramJ6G9bKYuZshtYRc0olhtN89bP9i4BDhhTU0E0cLc=",
"ref": "refs/heads/main",
"rev": "0ec6072a290051a03ab66cfb9bc616b2f5540e64", "rev": "0ec6072a290051a03ab66cfb9bc616b2f5540e64",
"revCount": 5298, "revCount": 5298,
"type": "git", "type": "git",
@ -396,11 +397,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1729256560, "lastModified": 1728888510,
"narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", "narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", "rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -45,9 +45,6 @@
}; };
}; };
# ADB
programs.adb.enable = true;
# User config # User config
users.groups.gaspard = { users.groups.gaspard = {
name = "gaspard"; name = "gaspard";
@ -59,7 +56,6 @@
"video" "video"
"seat" "seat"
"audio" "audio"
"adbusers"
"networkmanager" "networkmanager"
]; ];
group = "gaspard"; group = "gaspard";