Update to NixOS 22.05
This commit is contained in:
parent
0b17800a3b
commit
fba12571c3
4 changed files with 13 additions and 38 deletions
20
flake.lock
generated
20
flake.lock
generated
|
|
@ -5,11 +5,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1635123562,
|
"lastModified": 1638311312,
|
||||||
"narHash": "sha256-kYuwQqHXDYxy5ijpm8SvCoPNx0br1TpoWeTIOEwOYvA=",
|
"narHash": "sha256-OMAd3WZ/VtMK0QQwDrrynP6+jOlWLd1yQtnW56+eZtA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "da8a78eec9f7adb57f9e961d1da64805efacff37",
|
"rev": "f23073f1daa769a28a12ac587eea487aa8afb196",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -20,10 +20,10 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1632660378,
|
"lastModified": 1633080050,
|
||||||
"narHash": "sha256-sjA8eQlnyDjDLyAyq3XlJmN0nqW0ftl/pb7VnMg86L0=",
|
"narHash": "sha256-T9I2WnlUzAIL70dk9V1jqaYk3nypy/cMkWR19S47ZHc=",
|
||||||
"path": "/nix/store/mzr7r470gdi10n363c8axn8v5nk1miy4-source",
|
"path": "/nix/store/n2yn85z0ymd22iasnzpp4gn88n71947i-source",
|
||||||
"rev": "31ffc50c571e6683e9ecc9dbcbd4a8e9914b4497",
|
"rev": "82155ff501c7622cb2336646bb62f7624261f6d7",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -33,11 +33,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1634782485,
|
"lastModified": 1638198142,
|
||||||
"narHash": "sha256-psfh4OQSokGXG0lpq3zKFbhOo3QfoeudRcaUnwMRkQo=",
|
"narHash": "sha256-plU9b8r4St6q4U7VHtG9V7oF8k9fIpfXl/KDaZLuY9k=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "34ad3ffe08adfca17fcb4e4a47bb5f3b113687be",
|
"rev": "8a308775674e178495767df90c419425474582a1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
{
|
|
||||||
|
|
||||||
home-manager.users.froidmpa = { pkgs, config, ... }: {
|
|
||||||
# nixpkgs.config = {
|
|
||||||
# allowUnfree = true;
|
|
||||||
# packageOverrides = super:
|
|
||||||
# let self = super.pkgs; in
|
|
||||||
# {
|
|
||||||
# lutris-unwrapped = super.lutris-unwrapped.overridePythonAttrs (oldAttrs: rec {
|
|
||||||
# patches = [
|
|
||||||
# ./lutris_sort_new_with_model_fix.patch
|
|
||||||
# ];
|
|
||||||
# });
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
# home.packages = with pkgs; [
|
|
||||||
# steam
|
|
||||||
# dolphinEmu
|
|
||||||
# ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
./../modules/network.nix
|
./../modules/network.nix
|
||||||
./../modules/virtualisation.nix
|
./../modules/virtualisation.nix
|
||||||
./../modules/belgian-eid.nix
|
./../modules/belgian-eid.nix
|
||||||
./../modules/games.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
time.timeZone = lib.mkDefault "Europe/Amsterdam";
|
time.timeZone = lib.mkDefault "Europe/Amsterdam";
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
};
|
};
|
||||||
unclutter.enable = true;
|
unclutter.enable = true;
|
||||||
pasystray.enable = true;
|
pasystray.enable = true;
|
||||||
dunst = import ./froidmpa/dunst.nix {};
|
dunst = import ./froidmpa/dunst.nix { };
|
||||||
screen-locker = {
|
screen-locker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inactiveInterval = 5;
|
inactiveInterval = 5;
|
||||||
|
|
@ -132,10 +132,8 @@
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv = {
|
nix-direnv.enable = true;
|
||||||
enable = true;
|
|
||||||
enableFlakes = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
vscode = {
|
vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue