mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:16:14 +01:00
Compare commits
17 Commits
a1241fd833
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b18c146ca | |||
| 7028adda9f | |||
| 716eaa17d4 | |||
| c6e3be2b21 | |||
| b41556e49e | |||
| d3de11cb35 | |||
| 99daf9c58a | |||
| e82bd4f4dc | |||
| c093d8ee00 | |||
| ca979091dc | |||
| bbb753d81d | |||
| 228f91da74 | |||
| a23e1dbe3c | |||
| 4b125c5802 | |||
| 3a8fa615f9 | |||
| 8a5f705a96 | |||
| a6a5876a23 |
548
flake.lock
generated
548
flake.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -58,5 +58,8 @@
|
|||||||
gp = "git pull";
|
gp = "git pull";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
|
|
||||||
|
vim = "nvim";
|
||||||
|
vi = "nvim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,9 +77,13 @@ if [ "$(hostname)" = "zion" ]; then
|
|||||||
|
|
||||||
# Enable screen blanking and set timeout to 20 minutes
|
# Enable screen blanking and set timeout to 20 minutes
|
||||||
# xset s on
|
# xset s on
|
||||||
|
xset s off
|
||||||
|
xset s noblank
|
||||||
|
xset -dpms
|
||||||
# xset s 1200
|
# xset s 1200
|
||||||
|
|
||||||
xidlehook \
|
xidlehook \
|
||||||
|
--socket /tmp/xidlehook.sock \
|
||||||
--not-when-fullscreen \
|
--not-when-fullscreen \
|
||||||
--not-when-audio \
|
--not-when-audio \
|
||||||
--timer 600 "xset dpms force standby" "" \
|
--timer 600 "xset dpms force standby" "" \
|
||||||
@@ -98,6 +102,7 @@ elif [ "$(hostname)" = "thor" ]; then
|
|||||||
|
|
||||||
# Laptop-specific xidlehook rules
|
# Laptop-specific xidlehook rules
|
||||||
xidlehook \
|
xidlehook \
|
||||||
|
--socket /tmp/xidlehook.sock
|
||||||
--not-when-fullscreen \
|
--not-when-fullscreen \
|
||||||
--not-when-audio \
|
--not-when-audio \
|
||||||
--timer 450 "brightnessctl -s set 5%" "brightnessctl -s set 100%" \
|
--timer 450 "brightnessctl -s set 5%" "brightnessctl -s set 100%" \
|
||||||
|
|||||||
@@ -50,18 +50,23 @@
|
|||||||
okular
|
okular
|
||||||
|
|
||||||
# > desktop < #
|
# > desktop < #
|
||||||
# firefox
|
firefox
|
||||||
|
httrack
|
||||||
# whatsapp-for-linux
|
# whatsapp-for-linux
|
||||||
telegram-desktop
|
# telegram-desktop
|
||||||
google-chrome
|
kotatogram-desktop
|
||||||
chromium
|
# google-chrome
|
||||||
|
# chromium
|
||||||
|
brave
|
||||||
evolution
|
evolution
|
||||||
obsidian
|
obsidian
|
||||||
foliate
|
foliate
|
||||||
helio-workstation
|
helio-workstation
|
||||||
# vesktop
|
# vesktop
|
||||||
equibop
|
equibop
|
||||||
inputs.zen-browser.packages."${system}".default
|
# inputs.zen-browser.packages."${system}".default
|
||||||
|
papers
|
||||||
|
|
||||||
|
|
||||||
# > gaming < #
|
# > gaming < #
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|||||||
@@ -65,7 +65,6 @@
|
|||||||
nixd
|
nixd
|
||||||
nixfmt-classic
|
nixfmt-classic
|
||||||
statix
|
statix
|
||||||
vulnix
|
|
||||||
haskellPackages.dhall-nix
|
haskellPackages.dhall-nix
|
||||||
|
|
||||||
# java
|
# java
|
||||||
@@ -74,5 +73,7 @@
|
|||||||
jdk17
|
jdk17
|
||||||
maven
|
maven
|
||||||
gradle
|
gradle
|
||||||
|
|
||||||
|
tex-fmt
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,6 +118,8 @@
|
|||||||
source-han-sans
|
source-han-sans
|
||||||
source-han-sans-japanese
|
source-han-sans-japanese
|
||||||
source-han-serif-japanese
|
source-han-serif-japanese
|
||||||
|
vistafonts
|
||||||
|
corefonts
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
owner = "eRgo35";
|
owner = "eRgo35";
|
||||||
repo = "dwm";
|
repo = "dwm";
|
||||||
rev = "main";
|
rev = "main";
|
||||||
hash = "sha256-sMw4TvuuBlKV4Qb77gyNWRQr1VXX1dEiBUlWusKNgDQ=";
|
hash = "sha256-1syRNBc/i8uSbJ4Kp/4+m8xnh5xkyY1eQvFf1/RXi2U=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user