move virt-manager virtualization explicitly to the desktop out of dev, add gelly and keepass to laptop
This commit is contained in:
parent
5da917aa9b
commit
044c66152c
3 changed files with 5 additions and 2 deletions
|
|
@ -40,8 +40,6 @@
|
||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
virtualisation.libvirtd.enable = true;
|
|
||||||
programs.virt-manager.enable = true;
|
|
||||||
# make ZSH shut up about zshrc
|
# make ZSH shut up about zshrc
|
||||||
hjem.users.${config.username}.files.".zshrc".text = "";
|
hjem.users.${config.username}.files.".zshrc".text = "";
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,9 @@
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,7 @@
|
||||||
fastfetch
|
fastfetch
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
keepassxc
|
||||||
self.packages.${pkgs.stdenv.hostPlatform.system}.kitty
|
self.packages.${pkgs.stdenv.hostPlatform.system}.kitty
|
||||||
wofi
|
wofi
|
||||||
waybar
|
waybar
|
||||||
|
|
@ -61,6 +62,7 @@
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
|
gelly
|
||||||
usbutils
|
usbutils
|
||||||
dfu-util
|
dfu-util
|
||||||
libsecret
|
libsecret
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue