parent
13ea2b276f
commit
f7ee925514
7 changed files with 6 additions and 8 deletions
modules
ags
desktop/environment/home
|
@ -1,6 +1,3 @@
|
|||
// TODO: persisting data like bluetooth
|
||||
// TODO: quick-settings
|
||||
// TODO: music player stuff
|
||||
// TODO: see if I can bundle each config separately with nix
|
||||
|
||||
import { programArgs } from 'system';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// TODO: right Ctrl https://handwiki.org/wiki/images/4/41/KB_Canadian_Multilingual_Standard.svg
|
||||
// keyboard is missing right Ctrl mod https://handwiki.org/wiki/images/4/41/KB_Canadian_Multilingual_Standard.svg
|
||||
|
||||
export const defaultOskLayout = 'qwerty_custom';
|
||||
export const oskLayouts = {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# TODO: move everything to Gtk4
|
||||
self: {
|
||||
config,
|
||||
lib,
|
||||
|
|
|
@ -54,7 +54,7 @@ in {
|
|||
wireplumber
|
||||
;
|
||||
|
||||
# TODO: add overlays to upstream flake
|
||||
# TODO: add overlays to upstream flake after ags PR is merged
|
||||
libKompass = kompass.packages.${pkgs.system}.libkompass;
|
||||
|
||||
# libkompass dependencies
|
||||
|
|
|
@ -12,7 +12,7 @@ self: {
|
|||
in {
|
||||
config = mkIf (cfg.enable && cfg.isTouchscreen) {
|
||||
wayland.windowManager.hyprland = {
|
||||
# TODO: add overlays to upstream flake
|
||||
# TODO: https://github.com/horriblename/hyprgrass/pull/222
|
||||
plugins = [self.inputs.hyprgrass.packages.${pkgs.system}.default];
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue