Daniel
37d6da7e4e
Migrate old input to new menu ( #874 )
...
* Migrate old input to new menu
* Fix imports
* Remove imports
* Update
* Fixed import by changing 'import archinstall', to 'from ..menu import Menu' and use Menu() directly
* Converted archinstall.<thing> to from ..where import <thing>. This enables us to use archinstall as a module, a git repository in testing and other things without having to install archinstall as an actual module.
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-02-02 14:26:09 +01:00
Yash Tripathi
2aed8c6ad5
removed builtins usage and added gfx_package key in config
2021-05-24 22:12:25 +05:30
Dylan Taylor
126c7ebfca
More formatting fixes to satisfy PEP 8
2021-05-15 15:04:39 -04:00
Dylan Taylor
ffd5b5f804
Very selectively fix some PEP 8 issues with profiles
2021-05-15 11:35:18 -04:00
Anton Hvornum
4ff35663b8
Replaced the magic __builtin__ global variable. This should fix mypy complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me.
2021-05-12 13:55:41 +02:00
Dylan M. Taylor
d27fe9715f
Attempt to fix #406
...
I think this should fix the comment Torxed made
2021-05-01 09:31:18 -04:00
Dylan Taylor
6013e06fb1
Add packages to top of each desktop profile
2021-04-28 11:20:00 -04:00
Dylan Taylor
f91c0137d5
Remove refs to application profiles that were removed
2021-04-28 11:14:18 -04:00
Dylan M. Taylor
3961f252c8
Allow Sway Nvidia override
2021-04-28 07:43:28 -04:00
advaithm
0e89173ddf
Raise a hardware incompatibilty error if someone installs the nvidia prop dirvers with sway
2021-04-28 09:37:22 +05:30
advaithm
e63eb26388
fixed merge conflicts
2021-04-22 17:03:24 +05:30
advaithm
eb1ff72f5b
readded some commits that got removed
2021-04-22 17:00:51 +05:30
Dylan M. Taylor
02f4392c22
As pointed out to me, sway doesn't officially support display managers
2021-04-09 06:52:18 -04:00
Dylan Taylor
8c9b162049
Implement Sway
...
Try switching from gdm to sddm as gdm pulls in a lot of GNOME packages
Fix comment
Update sway.py
2021-04-08 15:14:26 -04:00