Compare commits

..

No commits in common. "3d27f554015ece713fa22fe829d711b430d6bbda" and "1e91b4ba76ac933154bb46d3b1a75484ed7b8c2b" have entirely different histories.

6 changed files with 6 additions and 10 deletions

View file

@ -217,11 +217,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1748662220, "lastModified": 1746576598,
"narHash": "sha256-7gGa49iB9nCnFk4h/g9zwjlQAyjtpgcFkODjcOQS0Es=", "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "59138c7667b7970d205d6a05a8bfa2d78caa3643", "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -53,7 +53,7 @@
kicad kicad
kikit kikit
ut1999 unstable.ut1999
servicepoint-cli servicepoint-cli
servicepoint-simulator servicepoint-simulator

View file

@ -22,8 +22,6 @@
autoSubUidGidRange = true; autoSubUidGidRange = true;
}; };
nix.settings.trusted-users = [ "vinzenz" ];
home-manager.users.vinzenz.imports = [ home-manager.users.vinzenz.imports = [
./configuration.nix ./configuration.nix
./editorconfig.nix ./editorconfig.nix

View file

@ -21,8 +21,7 @@
services = { services = {
kdeconnect = { kdeconnect = {
enable = true; enable = true;
# this still shows up in gnome session starting with 25.05 indicator = true;
# indicator = true;
}; };
mako = { mako = {
enable = true; enable = true;

View file

@ -2,7 +2,6 @@
{ {
services.openvscode-server = { services.openvscode-server = {
enable = true; enable = true;
package = pkgs.unstable.openvscode-server;
telemetryLevel = "off"; telemetryLevel = "off";
port = 8542; port = 8542;
host = "127.0.0.1"; host = "127.0.0.1";

View file

@ -11,7 +11,7 @@
amdvlk = { amdvlk = {
# TODO: this creates black borders around GNOME apps # TODO: this creates black borders around GNOME apps
# enable = true; # enable = true;
# support32Bit.enable = config.hardware.graphics.enable32Bit; support32Bit.enable = config.hardware.graphics.enable32Bit;
}; };
}; };
}; };