Add waydroid and wl-clipboard
This commit is contained in:
parent
4f18279960
commit
3fdf07e615
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
curl
|
||||
neovim
|
||||
home-manager
|
||||
wl-clipboard-rs
|
||||
# VCS
|
||||
git
|
||||
jujutsu
|
||||
|
@ -14,6 +15,10 @@
|
|||
vimix-cursors # SDDM Cursor theme
|
||||
];
|
||||
|
||||
# Enable waydroid
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
# Enable steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
|
@ -46,4 +51,4 @@
|
|||
};
|
||||
preferencesStatus = "locked";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue