Compare commits

..

No commits in common. "c6af7586cee5deb71b84144a375a23267b9960e6" and "95edaae633bf32a24075cf066b48d4e6636211ee" have entirely different histories.

2 changed files with 8 additions and 14 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741217763, "lastModified": 1741056285,
"narHash": "sha256-g/TrltIjFHIjtzKY5CJpoPANfHQWDD43G5U1a/v5oVg=", "narHash": "sha256-/JKDMVqq8PIqcGonBVKbKq1SooV3kzGmv+cp3rKAgPA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "486b066025dccd8af7fbe5dd2cc79e46b88c80da", "rev": "70fbbf05a5594b0a72124ab211bff1d502c89e3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1741173522, "lastModified": 1741010256,
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=", "narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049", "rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,4 +1,4 @@
{ pkgs, user, lib, ... }: { pkgs, user, ... }:
{ {
home.username = user; home.username = user;
@ -13,8 +13,7 @@
thunderbird thunderbird
keepassxc keepassxc
light light
# element-desktop-wayland element-desktop-wayland
element-desktop
darktable darktable
kubectl kubectl
kubectx kubectx
@ -26,11 +25,6 @@
evince evince
inkscape inkscape
chromium chromium
zoom-us
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"zoom"
]; ];
programs.home-manager.enable = true; programs.home-manager.enable = true;