Switch to 22.11

This commit is contained in:
Filippo Berto 2022-12-01 11:52:40 +01:00
parent 10ac2a0536
commit 7ee4b47750
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
12 changed files with 25 additions and 30 deletions

20
flake.lock generated
View file

@ -99,11 +99,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1669146234,
"narHash": "sha256-HEby7EG1yaq1oT2Ze6Cvok9CFju1XHkSvVHmkptLW9U=",
"lastModified": 1669650994,
"narHash": "sha256-uwASLUfedIQ5q01TtMwZDEV2HCZr5nVPZjzVgCG+D5I=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "0099253ad0b5283f06ffe31cf010af3f9ad7837d",
"rev": "7883883d135ce5b7eae5dce4bfa12262b85c1c46",
"type": "github"
},
"original": {
@ -114,16 +114,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1669625751,
"narHash": "sha256-KIT7X/L0h0e5gbvvU3rPsrWsftei6i8obXPlvBYAy1A=",
"lastModified": 1669890542,
"narHash": "sha256-UBCbVML/M1skNZOQpokePtkgNs1K+5tZpawYTCoJVJU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cc7ae74d400f29260eab2f48f1f44a10914d0f9c",
"rev": "ebd5e9b80da4b0da94ba87f93d2ed12dc1fac89c",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"ref": "release-22.11",
"repo": "nixpkgs",
"type": "github"
}
@ -198,11 +198,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1669152228,
"narHash": "sha256-FEDReoTLWJHXcNso7aaAlAUU7uOqIR6Hc/C/nqlfooE=",
"lastModified": 1669829516,
"narHash": "sha256-laWMD/TZzyrulu8xLNoSPertXOxjRD7BrcAVwKl+NyQ=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "078b0dee35e2da01334af682ec347463b70a9986",
"rev": "471c7f1ecace25e39099206431300322632d25c4",
"type": "github"
},
"original": {

View file

@ -2,7 +2,7 @@
description = "Thor system configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-22.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
nixpkgs-u.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {

View file

@ -5,7 +5,6 @@ in
home.packages = with pkgs; [ dunst rice.font.normal.package ];
services.dunst = {
enable = true;
# package = pkgs.unstable.dunst;
iconTheme = {
package = pkgs.qogir-icon-theme;
name = "Qogir-dark";

View file

@ -25,7 +25,6 @@ in
{
programs.kitty = {
enable = true;
package = pkgs.unstable.kitty;
settings = {
scrollback_lines = 10000;
enable_audio_bell = false;

View file

@ -2,6 +2,6 @@
home.packages = with pkgs; [
kubectl
kubernetes-helm
unstable.lens
lens
];
}

View file

@ -1,5 +1,5 @@
{ pkgs, ... }:
let onedriveCmd = "${pkgs.unstable.onedrive}/bin/onedrive --monitor";
let onedriveCmd = "${pkgs.onedrive}/bin/onedrive --monitor";
in {
systemd.user.services."onedrive" = {
Unit = {

View file

@ -11,7 +11,6 @@
enable = true;
location = "center";
font = "${pkgs.rice.font.monospace.name} ${toString pkgs.rice.font.monospace.size}";
# package = pkgs.unstable.rofi;
plugins = with pkgs.unstable;[
rofi-calc
];

View file

@ -10,8 +10,7 @@
pamixer
playerctl
terminator
unstable.bsp-layout
unstable.kitty
bsp-layout
update-background
xorg.xbacklight
clipedit

View file

@ -100,7 +100,7 @@ with lib; {
gnome.gnome-keyring.enable = true;
gvfs = { enable = true; package = mkForce pkgs.gnome3.gvfs; };
jackett = { enable = true; openFirewall = true; group = "users"; };
jellyfin = { enable = true; package = pkgs.unstable.jellyfin; openFirewall = true; group = "users"; };
jellyfin = { enable = true; package = pkgs.jellyfin; openFirewall = true; group = "users"; };
logind.lidSwitch = "ignore";
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
openssh = {
@ -398,7 +398,6 @@ with lib; {
services.home-assistant = {
enable = true;
# package = pkgs.unstable.home-assistant;
# openFirewall = true;
# config = {
# default_config = { };

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
services.zerotierone = {
enable = true;
package = pkgs.unstable.zerotierone;
package = pkgs.zerotierone;
joinNetworks = [ "8056c2e21cf9c753" ];
};
}

View file

@ -74,11 +74,11 @@
teams
tex2nix
transmission-gtk
unstable.authy
unstable.discord
unstable.obsidian
unstable.tdesktop
unstable.thunderbird
authy
discord
obsidian
tdesktop
thunderbird
# unstable.zotero
virt-manager
virt-viewer

View file

@ -68,10 +68,10 @@
tdesktop
teams
transmission-gtk
unstable.authy
unstable.obsidian
unstable.spotify
unstable.thunderbird
authy
obsidian
spotify
thunderbird
# unstable.zotero
virt-manager
virt-viewer