multiple updates
+ remove meshtastic temporarily + update imladris to use desktop system + move signal-desktop to desktop-packages + update README
This commit is contained in:
parent
e6e874594d
commit
e06e48932d
|
@ -28,7 +28,7 @@
|
|||
|
||||
#+begin_example
|
||||
doas rm -r /etc/nixos
|
||||
git clone https://git.wntrmute.dev/kyle/nixos nixos
|
||||
doas git clone https://git.wntrmute.dev/kyle/nixos /etc/nixos
|
||||
cd nixos
|
||||
git remote add local ~kyle/src/config/nixos
|
||||
doas git remote add local ~kyle/src/config/nixos
|
||||
#+end_example
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
nyxt
|
||||
obsidian
|
||||
pavucontrol
|
||||
python311Packages.meshtastic
|
||||
# python311Packages.meshtastic
|
||||
qmk
|
||||
qmk-udev-rules
|
||||
rofi
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/desktop.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -4,8 +4,4 @@
|
|||
./hardware-configuration.nix
|
||||
../../configs/desktop.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
signal-desktop
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue