Compare commits
No commits in common. "3bfcd4e1a670b55194301af503cc55efd5711ede" and "e7aac759dda8617052aa112ffb0b59247dbc7771" have entirely different histories.
3bfcd4e1a6
...
e7aac759dd
2 changed files with 11 additions and 15 deletions
12
flake.lock
12
flake.lock
|
@ -25,11 +25,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1729551526,
|
||||
"narHash": "sha256-7LAGY32Xl14OVQp3y6M43/0AtHYYvV6pdyBcp3eoz0s=",
|
||||
"lastModified": 1729459288,
|
||||
"narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "5ec753a1fc4454df9285d8b3ec0809234defb975",
|
||||
"rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -55,11 +55,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1729509737,
|
||||
"narHash": "sha256-8OHgqz+tFo21h3hg4/GHizFPws+MMzpEru/+62Z0E8c=",
|
||||
"lastModified": 1729455275,
|
||||
"narHash": "sha256-THqzn/7um3oMHUEGXyq+1CJQE7EogwR3HjLMNOlhFBE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "cc2d3c0e060f981905d52337340ee6ec8b8eb037",
|
||||
"rev": "9fcf30fccf8435f6390efec4a4d38e69c2268a36",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
prismlauncher # REMOVE AND MOVE TO games module after refactoring
|
||||
joplin-desktop
|
||||
albert
|
||||
ghostscript
|
||||
(octaveFull.withPackages (
|
||||
ps: with ps; [
|
||||
octavePackages.signal
|
||||
|
@ -162,11 +161,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
style.name = "adwaita-dark";
|
||||
};
|
||||
# qt = {
|
||||
# enable = true;
|
||||
# platformTheme.name = "adwaita"; # TODO: fix themes
|
||||
# style.name = "adwaita";
|
||||
# };
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
|
@ -178,9 +177,6 @@
|
|||
ms-azuretools.vscode-docker
|
||||
ms-kubernetes-tools.vscode-kubernetes-tools
|
||||
redhat.vscode-yaml
|
||||
ms-python.python
|
||||
ms-python.debugpy
|
||||
ms-python.vscode-pylance
|
||||
];
|
||||
mutableExtensionsDir = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue