mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: add printer stuff
This commit is contained in:
@@ -10,16 +10,11 @@
|
||||
inherit username stateVersion;
|
||||
homeDirectory = "/home/${username}";
|
||||
};
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
XDG_PROJECTS_DIR = "${home.homeDirectory}/Projects";
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
inputs.ags.homeManagerModules.default
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
inputs.anyrun.homeManagerModules.default
|
||||
./clean-home-dir.nix
|
||||
./programs/neovide.nix
|
||||
./packages
|
||||
./programs
|
||||
|
||||
Reference in New Issue
Block a user