27 current 2024-04-21 21:14:55 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-21 21:15:02 -04:00
parent 4b422ceacc
commit 674f8a20e1
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
3 changed files with 150 additions and 31 deletions

View file

@ -74,23 +74,14 @@ services.xserver = {
"networkmanager"
"input" "tty"
];
packages = with pkgs; [
google-chrome
bitwarden
spotify
vscodium
discord
kitty
rofi
];
};
nixpkgs.config.allowUnfree = true;
home-manager = {
extraSpecialArgs = {inherit inputs;};
users = {
"meyer" = import ./home.nix;
};
};
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
# $ nix search wget