aktualizacja systemu. Włączenie tumbler, by wyświetlać podglądy obrazków i filmików w thunar. Przeniesienie konfiguracji zakładek librewolf by były zgodne z nową konfiguracją. zmiany nazw silników wyszukiwania librewolf

This commit is contained in:
installer
2025-03-20 09:09:20 +01:00
parent 508da275c4
commit 64e7177cc8
3 changed files with 670 additions and 645 deletions

24
flake.lock generated
View File

@@ -96,11 +96,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1742327995,
"narHash": "sha256-cvqCqT7op8uRCIPUYK8CPJbRRmKytFtOzHqomMyO7u8=",
"lastModified": 1742417054,
"narHash": "sha256-xZrOGER/WjdotrDqHGqz0GGtXKmMw0yzrop6TtZSB7w=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "d91a2ea080804c3a9213d6e460e8cff68cfacf8d",
"rev": "9c8d89103be887c38fac9951d4d8900a91fff5d6",
"type": "gitlab"
},
"original": {
@@ -287,11 +287,11 @@
]
},
"locked": {
"lastModified": 1742326330,
"narHash": "sha256-Tumt3tcMXJniSh7tw2gW+WAnVLeB3WWm+E+yYFnLBXo=",
"lastModified": 1742416832,
"narHash": "sha256-ycok0eJJcoknqaibdv/TEEEOUqovC42XCqbfLDYmnoQ=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "22a36aa709de7dd42b562a433b9cefecf104a6ee",
"rev": "eb0f617aecbaf1eff5bacec789891e775af2f5a3",
"type": "github"
},
"original": {
@@ -303,11 +303,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1742069588,
"narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=",
"lastModified": 1742288794,
"narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5",
"rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42",
"type": "github"
},
"original": {
@@ -375,11 +375,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1742299802,
"narHash": "sha256-enlpX8hwrfmjv/dHTKWzAB5Cwt1Kr6+ptikjX3Ob+FY=",
"lastModified": 1742422444,
"narHash": "sha256-Djg5uMhIDPdFOZ7kTrqNlHaAqcx/4rp7BofZLsUHkLY=",
"owner": "danth",
"repo": "stylix",
"rev": "ff9ae322bcaeccabc65812390000276455331123",
"rev": "f122d70925ca44e5ee4216661769437ab36a6a3f",
"type": "github"
},
"original": {

View File

@@ -56,13 +56,14 @@ in {
};
fstrim.enable = true;
gvfs.enable = true;
tumbler.enable = true;
openssh.enable = true;
flatpak.enable = false;
printing = {
enable = true;
drivers = [
# pkgs.hplipWithPlugin
];
# drivers = with pkgs; [
# # hplipWithPlugin
# ];
};
gnome = {
evolution-data-server.enable = true;

File diff suppressed because one or more lines are too long