install ungoogled chromium by default

This commit is contained in:
Noa Aarts 2025-09-18 11:15:38 +02:00
parent 9bf3474ba2
commit 10dcd29a94
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 9 additions and 5 deletions

View file

@ -376,6 +376,10 @@ in
}; };
programs = { programs = {
chromium = {
enable = true;
package = pkgs.ungoogled-chromium;
};
# wowa, I can set btop settings from here??? # wowa, I can set btop settings from here???
btop = { btop = {
enable = true; enable = true;

8
flake.lock generated
View file

@ -1142,17 +1142,17 @@
}, },
"nixpkgs_7": { "nixpkgs_7": {
"locked": { "locked": {
"lastModified": 1757941050, "lastModified": 1758186451,
"narHash": "sha256-DhsSuRKSyr9jbHV6WxZKKlUqgiV+U7/wxK6aiOzKX0k=", "narHash": "sha256-D9LlAJNj3Lw9CbH//D13YPZn7c30sOERnDjw/sbjlEg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c718a7eca49a03ec19488c101bd11fb7689e4e08", "rev": "cea2ae6d021864957940aede166b0bc01aa8607c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c718a7eca49a03ec19488c101bd11fb7689e4e08",
"type": "github" "type": "github"
} }
}, },

View file

@ -2,7 +2,7 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/c718a7eca49a03ec19488c101bd11fb7689e4e08"; nixpkgs.url = "github:nixos/nixpkgs/master";
# nix based ssg # nix based ssg
nixsg.url = "github:itepastra/nixsg/no-md-parser"; nixsg.url = "github:itepastra/nixsg/no-md-parser";