nixos-remote cannot be declarative
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
};
|
||||
|
||||
spicetify-nix = {
|
||||
/*spicetify-nix = {
|
||||
url = "github:Gerg-L/spicetify-nix";
|
||||
#inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
};
|
||||
|
||||
spicetify-ext = {
|
||||
url = "github:rxri/spicetify-extensions";
|
||||
flake = false;
|
||||
};
|
||||
};*/
|
||||
|
||||
nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
hmModule = { config, lib, pkgs, ... }:{
|
||||
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
#inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
|
||||
options.homeconfig.wal.enable = lib.options.mkOption {
|
||||
@@ -48,7 +48,7 @@
|
||||
'';
|
||||
in lib.mkIf config.homeconfig.wal.enable {
|
||||
|
||||
programs.spicetify = let
|
||||
/*programs.spicetify = let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
in {
|
||||
enable = true;
|
||||
@@ -66,7 +66,7 @@
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
ncsVisualizer
|
||||
];
|
||||
};
|
||||
};*/
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user