mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Modules: separated hosts-specific modules in new dir
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# OLD Deprecated.
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
@@ -210,7 +210,6 @@ in {
|
||||
"wl-paste --type image --watch cliphist store" # clipboard store image data
|
||||
"custom-batterynotify"
|
||||
"custom-batterywarning"
|
||||
"qtbatticon" # custom battery tray
|
||||
"birdtray" # thunderbird tray app
|
||||
#wallpapers/b
|
||||
"swww img ${wallpaper}"
|
||||
@@ -268,7 +267,6 @@ in {
|
||||
# █░▀░█ █▄█ █#░▀█ █ ░█░ █▄█ █▀▄
|
||||
monitor = [
|
||||
#",preferred, auto, auto"
|
||||
"eDP-1, highres@highrr, 0x0, 1"
|
||||
"HDMI-A-1, highres2highrr, auto-left, 1"
|
||||
];
|
||||
# _______ ___ __ __ _______ ___ __ _ _______
|
||||
|
||||
@@ -41,8 +41,6 @@
|
||||
manix = "custom-manix";
|
||||
man = "custom-man";
|
||||
mplayer = "mplayer -volume 5";
|
||||
snrt = "git add -A && sudo nixos-rebuild test --flake ~/nixos/#laptop";
|
||||
snrs = "git add -A && sudo nixos-rebuild switch --flake ~/nixos/#laptop";
|
||||
# these are to create the developpement shell
|
||||
cenv = "nix-shell -p zsh gcc raylib libx11 libGL";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user