No mako since I'm chilling on Plasma
This commit is contained in:
parent
bdddcdfcf9
commit
2784badab9
5 changed files with 28 additions and 24 deletions
32
flake.lock
32
flake.lock
|
@ -412,6 +412,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_4": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1711703276,
|
||||||
|
"narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
|
||||||
|
"owner": "NixOS",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "NixOS",
|
||||||
|
"ref": "nixos-unstable",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pre-commit-hooks": {
|
"pre-commit-hooks": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
|
@ -480,11 +496,11 @@
|
||||||
"slippi-desktop": {
|
"slippi-desktop": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1707981080,
|
"lastModified": 1711346593,
|
||||||
"narHash": "sha256-Qd1jLAXWvxA5SHcafgHFRs1+XYz8yXLdQ27+qZ8MYxk=",
|
"narHash": "sha256-WWgGRT58w1a4UcEe924hqa4ZVodQtsbXC44aCOEj528=",
|
||||||
"owner": "project-slippi",
|
"owner": "project-slippi",
|
||||||
"repo": "slippi-desktop-app",
|
"repo": "slippi-desktop-app",
|
||||||
"rev": "16ab255406f7ab86846a7786ff15e3543501397c",
|
"rev": "02f3f007cd03c6e2b0da57db65c90646efc04a86",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -518,17 +534,15 @@
|
||||||
},
|
},
|
||||||
"ssbm": {
|
"ssbm": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": "nixpkgs_4",
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"slippi-desktop": "slippi-desktop"
|
"slippi-desktop": "slippi-desktop"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708119120,
|
"lastModified": 1712071998,
|
||||||
"narHash": "sha256-SuZbD4eGwS9OYeGL0V9uPVsW2SyL7MbLXBd5rngZB4c=",
|
"narHash": "sha256-k95NCkXJ61PGMFuqyMtfvP3yTLozED/7DkN+lBWK0gs=",
|
||||||
"owner": "lytedev",
|
"owner": "lytedev",
|
||||||
"repo": "ssbm-nix",
|
"repo": "ssbm-nix",
|
||||||
"rev": "041f495ab6446e6edd22c1a5fbd48dd704c5b9a6",
|
"rev": "eff966a97287d1d86b189d59a14bf744d86836b0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
10
flake.nix
10
flake.nix
|
@ -12,14 +12,11 @@
|
||||||
|
|
||||||
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
||||||
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# pre-commit-hooks.inputs.nixpkgs-unstable.follows = "nixpkgs";
|
|
||||||
|
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
helix.url = "github:helix-editor/helix/master";
|
helix.url = "github:helix-editor/helix/master";
|
||||||
# I think if I force this to follow nixpkgs, I won't get caching benefits
|
|
||||||
# helix.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
disko.url = "github:nix-community/disko/master";
|
disko.url = "github:nix-community/disko/master";
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -29,20 +26,13 @@
|
||||||
sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs-stable";
|
sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs-stable";
|
||||||
|
|
||||||
hardware.url = "github:nixos/nixos-hardware";
|
hardware.url = "github:nixos/nixos-hardware";
|
||||||
# hardware.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
# hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
|
api-lyte-dev.url = "git+ssh://gitea@git.lyte.dev/lytedev/api.lyte.dev.git";
|
||||||
api-lyte-dev.inputs.nixpkgs.follows = "nixpkgs";
|
api-lyte-dev.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
ssbm.url = "github:lytedev/ssbm-nix";
|
ssbm.url = "github:lytedev/ssbm-nix";
|
||||||
# I think if I force this to follow nixpkgs, I won't get caching benefits
|
|
||||||
ssbm.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
# TODO: doesn't (can't?) support the forge mod loader yet
|
|
||||||
# nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services.mako = with colors.withHashPrefix; {
|
services.mako = with colors.withHashPrefix; {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
borderSize = 1;
|
borderSize = 1;
|
||||||
maxVisible = 5;
|
maxVisible = 5;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{inputs, ...}: {
|
{inputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
{nixpkgs.overlays = [inputs.ssbm.overlay];}
|
# {nixpkgs.overlays = [inputs.ssbm.overlay];}
|
||||||
# inputs.ssbm.homeManagerModules.default
|
# inputs.ssbm.homeManagerModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
# config,
|
config,
|
||||||
inputs,
|
inputs,
|
||||||
outputs,
|
outputs,
|
||||||
lib,
|
lib,
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
wifi
|
wifi
|
||||||
hyprland
|
hyprland
|
||||||
printing
|
printing
|
||||||
melee
|
# melee
|
||||||
steam
|
steam
|
||||||
lutris
|
lutris
|
||||||
];
|
];
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
pass
|
pass
|
||||||
firefox-no-tabs
|
firefox-no-tabs
|
||||||
# wallpaper-manager
|
# wallpaper-manager
|
||||||
melee
|
# melee
|
||||||
hyprland
|
hyprland
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue