This commit is contained in:
Matt Nish-Lapidus 2025-02-07 18:15:39 -05:00
parent 2c58c6936d
commit e515a20d08
10 changed files with 91 additions and 51 deletions

View file

@ -5,11 +5,12 @@
allowUnfree = true;
};
overlays = builtins.attrValues nix-config.overlays
++ [ inputs.emacs-overlay.overlays.default
inputs.audio.overlays.default
inputs.niri.overlays.niri
inputs.shikane.overlays.default
inputs.nix-rice.overlays.default ];
++ [
inputs.emacs-overlay.overlays.default
inputs.audio.overlays.default
inputs.niri.overlays.niri
inputs.nix-rice.overlays.default
];
};
imports = with nix-config.homeModules; [
@ -22,7 +23,7 @@
email
gnome
niri
shikane
# shikane
];
home = {
@ -86,17 +87,7 @@
libappimage
transmission_4-gtk
guile
python311
python311Packages.pip
python311Packages.mido
python311Packages.simpleeval
python311Packages.parsedatetime
python311Packages.pytz
python311Packages.pint
python311Packages.babel
python311Packages.requests
python311Packages.distutils-extra
python311Packages.distlib
python3
ruff
(sbcl.withPackages (ps: with ps; [
@ -106,7 +97,6 @@
serapeum
]))
kdotool
ccl
racket
@ -151,8 +141,6 @@
zathura
gpu-viewer
wl-mirror
soundconverter
@ -301,7 +289,7 @@
pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibtata-Modern-Classic";
name = "Bibata-Modern-Classic";
size = 24;
gtk.enable = true;
x11.enable = true;

View file

@ -50,6 +50,23 @@ exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""
adaptive_sync = true
[[profile]]
name = "projector"
[[profile.output]]
enable = true
search = ["m=ViewSonic PJ", "s=0x01010101", "v=ViewSonic Corporation"]
mode = "1920x1200@59.95Hz"
position = "0,0"
scale = 1.0
transform = "normal"
adaptive_sync = false
[[profile.output]]
enable = true
search = ["m=TL140ADXP04-0", "s=", "v=Thermotrex Corporation"]
[[profile]]
name = "laptop-misc"
exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""]