mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
use nixOS on libvirt
This commit is contained in:
parent
4e456383ba
commit
6b7c6d529d
6 changed files with 89 additions and 12 deletions
29
nixcfgs/users/js0ny/nixvirt.nix
Normal file
29
nixcfgs/users/js0ny/nixvirt.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# ~/.config/nixcfgs/users/js0ny/default.nix
|
||||
{
|
||||
pkgs,
|
||||
nix-flatpak,
|
||||
plasma-manager,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
./default.nix
|
||||
./programs/gnome.nix
|
||||
./programs/shell.nix
|
||||
./programs/git.nix
|
||||
./programs/firefox.nix
|
||||
# ./programs/floorp.nix
|
||||
../../modules/home/gnome-keyrings.nix
|
||||
../../modules/home/dev/nix.nix
|
||||
../../modules/home/dev/python.nix
|
||||
../../modules/home/programs/eza.nix
|
||||
../../modules/home/programs/fzf.nix
|
||||
../../modules/home/programs/lsd.nix
|
||||
../../modules/home/programs/nvim.nix
|
||||
../../modules/home/programs/starship.nix
|
||||
../../modules/home/programs/zoxide.nix
|
||||
# ./flatpak.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue