mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
meep
This commit is contained in:
parent
a16524d215
commit
fa7bf090d2
9 changed files with 47 additions and 8 deletions
|
|
@ -69,7 +69,7 @@ _: let
|
|||
konawall-py.settings = {
|
||||
source = "e621";
|
||||
tags = [
|
||||
"-rating:s"
|
||||
"rating:s"
|
||||
"-male/male"
|
||||
"-five_nights_at_freddy's"
|
||||
#"touhou"
|
||||
|
|
@ -95,7 +95,7 @@ _: let
|
|||
niri.settings = {
|
||||
outputs = {
|
||||
"LG Electronics LG Ultra HD 0x0001AC91" = {
|
||||
scale = 1.25;
|
||||
scale = 1.0;
|
||||
};
|
||||
};
|
||||
environment = {
|
||||
|
|
@ -110,6 +110,7 @@ _: let
|
|||
imports =
|
||||
(with tree.home.profiles; [
|
||||
graphical
|
||||
gaming
|
||||
])
|
||||
++ (with tree.home.environments; [
|
||||
#hyprland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue