mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 05:07:00 -04:00
27 current 2024-04-21 21:14:55 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
4b422ceacc
commit
674f8a20e1
3 changed files with 150 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue