mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update flake
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -7,11 +7,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684596126,
|
"lastModified": 1686391840,
|
||||||
"narHash": "sha256-4RZZmygeEXpuBqEXGs38ZAcWjWKGwu13Iqbxub6wuJk=",
|
"narHash": "sha256-5S0APl6Mfm6a37taHwvuf11UHnAX0+PnoWQbsYbMUnc=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "27ef11f0218d9018ebb2948d40133df2b1de622d",
|
"rev": "0144ac418ef633bfc9dbd89b8c199ad3a617c59f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -22,11 +22,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684570954,
|
"lastModified": 1686412476,
|
||||||
"narHash": "sha256-FX5y4Sm87RWwfu9PI71XFvuRpZLowh00FQpIJ1WfXqE=",
|
"narHash": "sha256-inl9SVk6o5h75XKC79qrDCAobTD1Jxh6kVYTZKHzewA=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3005f20ce0aaa58169cdee57c8aa12e5f1b6e1b3",
|
"rev": "21951114383770f96ae528d0ae68824557768e81",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -108,7 +108,7 @@
|
|||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
signing = {
|
signing = {
|
||||||
key = "C7F24D961CB819A5";
|
key = "8A14DB4580E6248C";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
swaylock.enable = true;
|
swaylock.enable = true;
|
||||||
|
|||||||
@@ -107,6 +107,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; }
|
||||||
|
{ id = "dhdgffkkebhmkfjojejmpbldmpobfkfo"; }
|
||||||
|
{ id = "mmbiohbmijkiimgcgijfomelgpmdiigb"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "thiloho";
|
userName = "thiloho";
|
||||||
@@ -122,7 +130,6 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
zoom-us
|
zoom-us
|
||||||
libreoffice
|
libreoffice
|
||||||
google-chrome
|
|
||||||
airshipper
|
airshipper
|
||||||
prismlauncher
|
prismlauncher
|
||||||
nil
|
nil
|
||||||
|
|||||||
Reference in New Issue
Block a user