Some fixups

This commit is contained in:
xqtc 2024-07-16 21:47:29 +02:00
parent f4772a4851
commit 21ebbdf59c
5 changed files with 22 additions and 21 deletions

View file

@ -89,11 +89,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1721016201, "lastModified": 1721102596,
"narHash": "sha256-Jk54PIyWbdYLsi5tTQ3SFG4RWOqA5ui6+I9hjthM63o=", "narHash": "sha256-NwkxySooO4c+0AmWz+199HKB7cyZAOuzdqwDyYYJrow=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "41341e2fdeb70555c92ec7a4d3cd13a8498897fd", "rev": "2004d4c0218505901d8fad29948f1a1191f658f6",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -544,11 +544,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1721038144, "lastModified": 1721124769,
"narHash": "sha256-iIgCW53v4ai+Q7ZUmELXX2aA+gMrZpOMhCOzYenLUnI=", "narHash": "sha256-TsPEod+7+A2LqUb/8oZCGFx67BBqBmNfxPzkMXUhIy0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "113763dc869d2dd4330f6f5614ec5400b0802c60", "rev": "69367538edc76e4b7fc27e68cf66f03a37ccdfa0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -624,11 +624,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1720768451, "lastModified": 1720957393,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=", "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9", "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -699,11 +699,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1721037488, "lastModified": 1721042250,
"narHash": "sha256-8sijRffJ4B6uzoKedXnNMZWZM4M0STV3kQEjZ6x7M3g=", "narHash": "sha256-CEOGzI9WFGezwJ3lok0F//1UEq5crzE2kZDLQK2EtfE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "433d2f213c76945ae108d7a7c93e7b499d58680e", "rev": "b9ed90003273f0a75151b32948e16b44891f403c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -819,15 +819,15 @@
"nixpkgs": "nixpkgs_8" "nixpkgs": "nixpkgs_8"
}, },
"locked": { "locked": {
"lastModified": 1704167711, "lastModified": 1720901901,
"narHash": "sha256-kFDq+kf/Di/P8bq5sUP8pVwRkrSVrABksBjMPmLic3s=", "narHash": "sha256-TIbQS94RqxvBhijTGYDPbaUxwvPQPjULxH2ENghH5nw=",
"owner": "the-argus", "owner": "K900",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"rev": "1325416f951d6a82cfddb1289864ad782e2b87c4", "rev": "7cb65f5011021fd7bacf0a66eec407d444b84ea8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "the-argus", "owner": "K900",
"repo": "spicetify-nix", "repo": "spicetify-nix",
"type": "github" "type": "github"
} }

View file

@ -18,7 +18,7 @@
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
spicetify-nix.url = "github:the-argus/spicetify-nix"; spicetify-nix.url = "github:K900/spicetify-nix";
nh.url = "github:/viperML/nh"; nh.url = "github:/viperML/nh";
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz";

View file

@ -38,6 +38,8 @@ in {
pkgs.typst pkgs.typst
pkgs.networkmanagerapplet
pkgs.anki pkgs.anki
pkgs.openvpn pkgs.openvpn

View file

@ -57,7 +57,7 @@
contacts contacts
calendar calendar
notes notes
# previewgenerator previewgenerator
; ;
recognize = pkgs.fetchNextcloudApp { recognize = pkgs.fetchNextcloudApp {

View file

@ -9,7 +9,7 @@
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../../common ../../../common
../beleth/docker.nix ../../docker.nix
#../../antivirus.nix #../../antivirus.nix
../../../modules/home-manager.nix ../../../modules/home-manager.nix
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480 inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480
@ -93,7 +93,6 @@
# services.printing.enable = true; # services.printing.enable = true;
# Enable sound. # Enable sound.
sound.enable = true;
#hardware.pulseaudio = { #hardware.pulseaudio = {
# enable = true; # enable = true;
# package = pkgs.pulseaudioFull; # package = pkgs.pulseaudioFull;