nix flake update

This commit is contained in:
Rouven Seifert 2023-04-23 16:56:26 +02:00
parent 73d5ac0435
commit 8e1f4fc90a
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 14 additions and 14 deletions

View file

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1682072616, "lastModified": 1682203081,
"narHash": "sha256-sR5RL3LACGuq5oePcAoJ/e1S3vitKQQSNACMYmqIE1E=", "narHash": "sha256-kRL4ejWDhi0zph/FpebFYhzqlOBrk0Pl3dzGEKSAlEw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "47d6c3f65234230d37f1cf7d3d6b5575ec80fe0c", "rev": "32d3e39c491e2f91152c84f8ad8b003420eab0a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -209,11 +209,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1681613598, "lastModified": 1682173319,
"narHash": "sha256-Ogkoma0ytYcDoMR2N7CZFABPo+i0NNo26dPngru9tPc=", "narHash": "sha256-tPhOpJJ+wrWIusvGgIB2+x6ILfDkEgQMX0BTtM5vd/4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1040ce5f652b586da95dfd80d48a745e107b9eac", "rev": "ee7ec1c71adc47d2e3c2d5eb0d6b8fbbd42a8d1c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -225,11 +225,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1681920287, "lastModified": 1682181988,
"narHash": "sha256-+/d6XQQfhhXVfqfLROJoqj3TuG38CAeoT6jO1g9r1k0=", "narHash": "sha256-CYWhlNi16cjGzMby9h57gpYE59quBcsHPXiFgX4Sw5k=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "645bc49f34fa8eff95479f0345ff57e55b53437e", "rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -298,11 +298,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1681821695, "lastModified": 1682218555,
"narHash": "sha256-uwyBGo/9IALi97AfMuzkJroQQhV6hkybaZVdw6pRNG4=", "narHash": "sha256-kojMklCNBnPe8KtRvJvBtFGU/gPAqRKYpZEqyehHfn4=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "5698b06b0731a2c15ff8c2351644427f8ad33993", "rev": "8a95e6f8cd160a05c2b560e66f702432a53b59ac",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,8 +25,8 @@
enable = true; enable = true;
themes.dracula-transparent = { themes.dracula-transparent = {
inherits = "dracula"; inherits = "dracula";
# hacky way to get the background transparent
"ui.background" = "{}"; "ui.background" = "{}";
"ui.virtual.inlay-hint" = { fg = "#666666"; };
}; };
settings = { settings = {
theme = "dracula-transparent"; theme = "dracula-transparent";

View file

@ -30,6 +30,7 @@
icon-theme=${config.gtk.iconTheme.name} icon-theme=${config.gtk.iconTheme.name}
show-actions=yes show-actions=yes
width=80 width=80
terminal=${pkgs.foot}/bin/foot
[colors] [colors]
background=${config.colorScheme.colors.base00}ff background=${config.colorScheme.colors.base00}ff

View file

@ -61,7 +61,6 @@
gdb gdb
powerline-fonts powerline-fonts
vscode
# libs # libs
libyubikey libyubikey