Update home-manager
This commit is contained in:
parent
b6a1aa34b8
commit
1a11adff62
4 changed files with 4 additions and 52 deletions
|
@ -1,30 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "askiiart";
|
||||
home.homeDirectory = "/home/askiiart";
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
# when a new Home Manager release introduces backwards
|
||||
# incompatible changes.
|
||||
#
|
||||
# You can update Home Manager without changing this value. See
|
||||
# the Home Manager release notes for a list of state version
|
||||
# changes in each release.
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.bash.enable = true;
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.librewolf
|
||||
pkgs.thunderbird
|
||||
pkgs.vscode
|
||||
pkgs.kitty
|
||||
pkgs.git
|
||||
pkgs.file
|
||||
pkgs.git-credential-manager
|
||||
pkgs.schildichat-desktop
|
||||
pkgs.vesktop
|
||||
pkgs.protonup-qt
|
||||
pkgs.steam
|
||||
pkgs.mate.eom
|
||||
pkgs.neovim
|
||||
pkgs.virt-manager
|
||||
pkgs.youtube-music
|
||||
pkgs.gparted
|
||||
];
|
||||
}
|
|
@ -24,4 +24,7 @@
|
|||
imports = [
|
||||
./packages.nix
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.bash.enable = true;
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@
|
|||
pkgs.neovim
|
||||
pkgs.virt-manager
|
||||
pkgs.youtube-music
|
||||
pkgs.gparted
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue