mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-13 16:14:35 +02:00
minor adjustments and nano fix
This commit is contained in:
parent
759b6bcd71
commit
407a1efef2
3 changed files with 10 additions and 11 deletions
home-manager/modules
|
@ -68,7 +68,6 @@ with lib; {
|
|||
file = {
|
||||
".config/nano/nanorc".text = ''
|
||||
set linenumbers
|
||||
include "/usr/share/nano/*.nanorc"
|
||||
'';
|
||||
".ssh/config_source" = {
|
||||
source = ./../dotfiles/ssh-config;
|
||||
|
|
|
@ -116,7 +116,7 @@ in {
|
|||
syncthingtray
|
||||
reaper
|
||||
yabridge
|
||||
# inputs.suyu.packages.x86_64-linux.suyu
|
||||
inputs.suyu.packages.x86_64-linux.suyu
|
||||
inputs.nix-alien.packages.x86_64-linux.nix-alien
|
||||
] else
|
||||
[ ]) ++ (if config.machine.isGnome then [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue