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 = {
chromium = {
enable = true;
package = pkgs.ungoogled-chromium;
};
# wowa, I can set btop settings from here???
btop = {
enable = true;

8
flake.lock generated
View file

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

View file

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