mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07:00
chore: move liminalOS template to minimal
This commit is contained in:
parent
b92370f2b1
commit
1e2bd1ad1f
4 changed files with 0 additions and 60 deletions
|
@ -1,25 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
# import the liminalOS home manager module
|
||||
inputs.liminalOS.homeManagerModules.default
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "default-user";
|
||||
homeDirectory = "/home/default-user";
|
||||
};
|
||||
|
||||
liminalOS = {
|
||||
# Enable the easyeffects program to easily EQ your headphones and add
|
||||
# microphone effects
|
||||
utils.easyeffects.enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
userName = "Default User";
|
||||
userEmail = "default@localhost";
|
||||
};
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue