Moved files to subdirectory in preparation for merge
This commit is contained in:
parent
66fecea1e2
commit
b551028f5c
30 changed files with 0 additions and 0 deletions
43
modules/mlaga97-home-manager/systems/latitude-e5591.nix
Normal file
43
modules/mlaga97-home-manager/systems/latitude-e5591.nix
Normal file
|
@ -0,0 +1,43 @@
|
|||
{ ... }: {
|
||||
home.file = {
|
||||
"latitude/tv" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --mode 1920x1080 --primary \
|
||||
--output DP-2-2 --mode 1920x1080
|
||||
'';
|
||||
};
|
||||
"latitude/desk" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --off \
|
||||
--output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \
|
||||
--output DP-2-2 --mode 3840x2160 --rate 30 --primary
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
"latitude/desk+" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --mode 1920x1080 --left-of DP-2-2 \
|
||||
--output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \
|
||||
--output DP-2-2 --mode 3840x2160 --rate 30 --primary
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
"latitude/standalone" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --mode 1920x1080 --primary \
|
||||
--output DP-2-1 --off \
|
||||
--output DP-2-2 --off \
|
||||
--output DP-2-3 --off
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
48
modules/mlaga97-home-manager/systems/ll-latitude-e5591.nix
Normal file
48
modules/mlaga97-home-manager/systems/ll-latitude-e5591.nix
Normal file
|
@ -0,0 +1,48 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./latitude-e5591.nix
|
||||
|
||||
../programs/thunderbird.nix
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".local/share/OpenSCAD/libraries/BOSL2" = {
|
||||
source = builtins.fetchGit {
|
||||
url = "https://github.com/BelfrySCAD/BOSL2";
|
||||
rev = "7821a5143c7ab488ff3ff73d0cd0c4b508fb5796";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# TODO: Figure these ones out
|
||||
#dunst
|
||||
#xidlehook?
|
||||
|
||||
# Lauren Base GUI
|
||||
vlc
|
||||
mpv
|
||||
gparted
|
||||
shutter
|
||||
nemo-with-extensions
|
||||
|
||||
# Other Apps
|
||||
chromium
|
||||
librecad
|
||||
libreoffice
|
||||
virt-manager
|
||||
sublime-merge
|
||||
openscad-unstable
|
||||
|
||||
# Dotspace
|
||||
gthumb
|
||||
qtpass
|
||||
ledger
|
||||
sound-juicer
|
||||
#pkgs-unstable.yt-dlp
|
||||
#pkgs-unstable.openscad-unstable
|
||||
|
||||
# ll-latitude-e5591
|
||||
wine
|
||||
];
|
||||
}
|
69
modules/mlaga97-home-manager/systems/precision-5470.nix
Normal file
69
modules/mlaga97-home-manager/systems/precision-5470.nix
Normal file
|
@ -0,0 +1,69 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
alsa-utils
|
||||
];
|
||||
|
||||
home.file = {
|
||||
"precision/fixmicrophone" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
# https://github.com/NixOS/nixpkgs/issues/294170
|
||||
sudo ln -s /run/current-system/sw/bin/rm /bin
|
||||
sudo ln -s /run/current-system/sw/bin/mkdir /bin
|
||||
|
||||
# https://discourse.nixos.org/t/dell-xps-13-9320-microphone-not-working/40932/3
|
||||
sudo alsactl init
|
||||
systemctl --user restart pipewire
|
||||
'';
|
||||
};
|
||||
|
||||
"precision/home" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output DP-4-3 --mode 3840x2160 --rate 30 --primary \
|
||||
--output DP-4-1 --mode 3840x2160 --rate 30 --right-of DP-4-3 \
|
||||
--output eDP-1 --off
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
"precision/office" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output DP-2-2 --mode 3840x2160 --rate 30 --primary \
|
||||
--output DP-2-1 --mode 3840x2160 --rate 30 --right-of DP-2-2 \
|
||||
--output eDP-1 --off
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
"precision/backward" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --mode 1920x1200 \
|
||||
--output DP-2 --mode 3840x2160 --rate 30 --primary --right-of eDP-1
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
"precision/standalone" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
xrandr \
|
||||
--output eDP-1 --mode 1920x1200 --primary \
|
||||
--output DP-1 --off \
|
||||
--output DP-2 --off \
|
||||
--output DP-3 --off \
|
||||
--output DP-4 --off \
|
||||
--output DP-5 --off \
|
||||
--output DP-2-1 --off \
|
||||
--output DP-2-2 --off \
|
||||
--output DP-2-3 --off \
|
||||
--output DP-4-1 --off \
|
||||
--output DP-4-2 --off \
|
||||
--output DP-4-3 --off
|
||||
i3-msg restart
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue