Compare commits

...

2 commits

Author SHA1 Message Date
350f85904b
pro-laptop: Add firefox
All checks were successful
check / check (push) Successful in 37s
2024-09-05 15:08:25 +02:00
ab869efa90
Update OS 2024-09-05 15:08:11 +02:00
2 changed files with 7 additions and 6 deletions

View file

@ -85,11 +85,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1725103162, "lastModified": 1725432240,
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", "narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", "rev": "ad416d066ca1222956472ab7d0555a6946746a80",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -101,11 +101,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1725205518, "lastModified": 1725541414,
"narHash": "sha256-8ON8L/Rh/2jOgJSZrngL0tqIBBAguulV+LUJUPX6Kc8=", "narHash": "sha256-2btQOiIw+yMrxAHzVCp5ou9IbWkzYhQ5dIS3vRO7Sd8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1f576dea9f0750f4877b012a70fb47a1c063491a", "rev": "72c08881a42221c2de613b425b735c4cd7f85d86",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,6 +8,7 @@
modules.home = { modules.home = {
apps = { apps = {
chromium.enable = true; chromium.enable = true;
firefox.enable = true;
flatpak.enable = true; flatpak.enable = true;
jetbrainsToolbox.enable = true; jetbrainsToolbox.enable = true;
kitty.enable = true; kitty.enable = true;