feat: add appimage support.
This commit is contained in:
parent
0da0d7620b
commit
d818174891
@ -87,6 +87,12 @@
|
|||||||
# Fix not saving my state
|
# Fix not saving my state
|
||||||
hardware.alsa.enablePersistence = true;
|
hardware.alsa.enablePersistence = true;
|
||||||
|
|
||||||
|
# Enable appimages
|
||||||
|
programs.appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
users.users.crony = {
|
users.users.crony = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user