Compare commits
No commits in common. "bd49791e06f3ab5f04a4c0097b7fc6a6a1f39494" and "65cefaf5cd96336409dcd52c68a157d48ade2d36" have entirely different histories.
bd49791e06
...
65cefaf5cd
6 changed files with 15 additions and 29 deletions
24
flake.lock
generated
24
flake.lock
generated
|
|
@ -5,11 +5,11 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721074762,
|
"lastModified": 1718921313,
|
||||||
"narHash": "sha256-RhqFBMLh6G5vAo7Jz9mdsworI50E4FAAg7rPho4CNfY=",
|
"narHash": "sha256-TFJah1RW5qnYW7kajjAFPAS5j/0q0R3vz9zPjrRA0Mc=",
|
||||||
"owner": "Aylur",
|
"owner": "Aylur",
|
||||||
"repo": "ags",
|
"repo": "ags",
|
||||||
"rev": "8194f0c9546a150525a2022c17aed51df1464b80",
|
"rev": "646d5ad073ff7f8b1d50cfbd40f5b8a250fcd59d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -346,11 +346,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721135958,
|
"lastModified": 1720734513,
|
||||||
"narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=",
|
"narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d",
|
"rev": "90ae324e2c56af10f20549ab72014804a3064c7f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -451,11 +451,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-stable_2": {
|
"nixpkgs-stable_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721150952,
|
"lastModified": 1721059467,
|
||||||
"narHash": "sha256-LRuNRlV1JelXkufntUbaVDpI+CEOgHAnI+MTToOT9Hk=",
|
"narHash": "sha256-0Yx4eXowxw5TATf92DZu2qKbBYXPxYh849h9tL/TQR0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4830e090c333af770f3edf2aa4d5a2b183f6455e",
|
"rev": "be45415f0f321f030f8c76723fd15d4b0f3a02fb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -499,11 +499,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
"nixpkgs_4": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721080040,
|
"lastModified": 1721016451,
|
||||||
"narHash": "sha256-USDsS90/88RJibP3gEcH1AaVt+JpnX4XCUD9bAJP5I4=",
|
"narHash": "sha256-Cypl9ORr5UjtBsbjXMTJRepTe362yNVrPrntUvHiTaw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b2c1f10bfbb3f617ea8e8669ac13f3f56ceb2ea2",
|
"rev": "a14c5d651cee9ed70f9cd9e83f323f1e531002db",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
config.gaming.enable = true;
|
config.gaming.enable = true;
|
||||||
|
|
||||||
config.ollama.enable = true;
|
|
||||||
|
|
||||||
config.hyprlandOverrides = {
|
config.hyprlandOverrides = {
|
||||||
settings = {
|
settings = {
|
||||||
input = {
|
input = {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
VISUAL = "hx";
|
VISUAL = "hx";
|
||||||
FLAKE = "${conf.home}/nixos";
|
FLAKE = conf.home + /nixos;
|
||||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, config, conf, ...}: {
|
{lib, config, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
./env.nix
|
./env.nix
|
||||||
|
|
@ -18,8 +18,5 @@
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./wayland.nix
|
./wayland.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
|
||||||
|
|
||||||
./ollama.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
{ options, lib, ...}: {
|
|
||||||
options = lib.mkIf options.ollama.enable {
|
|
||||||
services.ollama = {
|
|
||||||
enable = true;
|
|
||||||
acceleration = "rocm";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{lib, ...}: {
|
{lib, ...}: {
|
||||||
options.gaming.enable = lib.mkEnableOption "Enable gaming";
|
options.gaming.enable = lib.mkEnableOption "Enable gaming";
|
||||||
|
config.gaming.enable = lib.mkDefault false;
|
||||||
options.ollama.enable = lib.mkEnableOption "Install Ollama for local LLMs";
|
|
||||||
|
|
||||||
options.hyprlandOverrides = lib.mkOption {
|
options.hyprlandOverrides = lib.mkOption {
|
||||||
# type = lib.types.attributeSet;
|
# type = lib.types.attributeSet;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue