new install.sh
This commit is contained in:
parent
e7d3202460
commit
85a46de39d
2 changed files with 7 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest; # Ядро линуха, ласт версия
|
||||
# kernelParams = [ # https://nixos.wiki/wiki/AMD_GPU#Dual_Monitors
|
||||
# "video=Virtual-1:1920x1080@60"
|
||||
# "video=1920x1080"
|
||||
# ];
|
||||
|
||||
loader = {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cp ./helpers.rc $HOME/.config/xfce4/helpers.rc
|
||||
cp ./mimeapps.list $HOME/.config/mimeapps.list
|
||||
mkdir -p $HOME/.config/xfce4/
|
||||
cp $HOME/nixos-private-dots/shit/helpers.rc $HOME/.config/xfce4/helpers.rc
|
||||
cp $HOME/nixos-private-dots/shit/mimeapps.list $HOME/.config/mimeapps.list
|
||||
|
||||
cp ./Kvantum $HOME/.config/Kvantum
|
||||
cp ./qt5ct $HOME/.config/qt5ct
|
||||
cp ./qt6ct $HOME/.config/qt6ct
|
||||
cp -r $HOME/nixos-private-dots/shit/Kvantum $HOME/.config/Kvantum
|
||||
cp -r $HOME/nixos-private-dots/shit/qt5ct $HOME/.config/qt5ct
|
||||
cp -r $HOME/nixos-private-dots/shit/qt6ct $HOME/.config/qt6ct
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue