From 3bfcd4e1a670b55194301af503cc55efd5711ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Tue, 22 Oct 2024 10:48:55 +0200 Subject: [PATCH] added gs and flake update --- flake.lock | 12 ++++++------ users/krop/default.nix | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 8ea4798..2e721e8 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ ] }, "locked": { - "lastModified": 1729459288, - "narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=", + "lastModified": 1729551526, + "narHash": "sha256-7LAGY32Xl14OVQp3y6M43/0AtHYYvV6pdyBcp3eoz0s=", "owner": "nix-community", "repo": "home-manager", - "rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e", + "rev": "5ec753a1fc4454df9285d8b3ec0809234defb975", "type": "github" }, "original": { @@ -55,11 +55,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1729455275, - "narHash": "sha256-THqzn/7um3oMHUEGXyq+1CJQE7EogwR3HjLMNOlhFBE=", + "lastModified": 1729509737, + "narHash": "sha256-8OHgqz+tFo21h3hg4/GHizFPws+MMzpEru/+62Z0E8c=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "9fcf30fccf8435f6390efec4a4d38e69c2268a36", + "rev": "cc2d3c0e060f981905d52337340ee6ec8b8eb037", "type": "github" }, "original": { diff --git a/users/krop/default.nix b/users/krop/default.nix index 36af73a..0c1a9df 100644 --- a/users/krop/default.nix +++ b/users/krop/default.nix @@ -33,6 +33,7 @@ prismlauncher # REMOVE AND MOVE TO games module after refactoring joplin-desktop albert + ghostscript (octaveFull.withPackages ( ps: with ps; [ octavePackages.signal @@ -164,7 +165,7 @@ qt = { enable = true; platformTheme.name = "qtct"; - style.name = "adwaita"; + style.name = "adwaita-dark"; }; programs.vscode = {