✨ Gaming dir with heroic and wind, moved steam to dir
This commit is contained in:
parent
1ed7ce2e89
commit
056012a288
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
|
||||||
outputs,
|
outputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -20,9 +20,19 @@
|
|||||||
fontSize = 14;
|
fontSize = 14;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
assistant = {
|
||||||
|
default_model = {
|
||||||
|
provider = "ollama";
|
||||||
|
model = "deepseek-r1:8b";
|
||||||
|
};
|
||||||
|
version = "2";
|
||||||
|
};
|
||||||
autosave = "on_focus_change";
|
autosave = "on_focus_change";
|
||||||
base_keymap = "JetBrains";
|
base_keymap = "JetBrains";
|
||||||
buffer_font_family = font;
|
buffer_font_family = font;
|
||||||
|
features = {
|
||||||
|
inline_completion_provider = "zed";
|
||||||
|
};
|
||||||
icon_theme = "Catppuccin Mocha";
|
icon_theme = "Catppuccin Mocha";
|
||||||
# icon_theme = { TODO replace icon theme above with below
|
# icon_theme = { TODO replace icon theme above with below
|
||||||
# mode = theme.mode;
|
# mode = theme.mode;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./development.nix
|
./development.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
./gaming
|
||||||
./gnome
|
./gnome
|
||||||
./hardware
|
./hardware
|
||||||
./locale.nix
|
./locale.nix
|
||||||
@ -11,7 +12,6 @@
|
|||||||
./sddm.nix
|
./sddm.nix
|
||||||
./security.nix
|
./security.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./steam.nix
|
|
||||||
./qt.nix
|
./qt.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
12
modules/gaming/default.nix
Normal file
12
modules/gaming/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./steam.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
heroic
|
||||||
|
wine
|
||||||
|
];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user