mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
update: migrate to nixos-unstable
also fixes broken easyeffects build by pinning to 24.05 (uakari)
This commit is contained in:
parent
5fa8e27709
commit
7d3b8a6dc5
5 changed files with 43 additions and 15 deletions
3
home.nix
3
home.nix
|
@ -18,7 +18,7 @@
|
|||
# home.file.".xxx".text = ''
|
||||
# xxx
|
||||
# '';
|
||||
|
||||
|
||||
home.file.".config/neofetch/config.conf".source = ./config/neofetch.conf;
|
||||
|
||||
# Packages that should be installed to the user profile.
|
||||
|
@ -85,6 +85,7 @@
|
|||
};
|
||||
|
||||
services.easyeffects.enable = true;
|
||||
services.easyeffects.package = pkgs.easyeffects;
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue