mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a file manager
This commit is contained in:
parent
d3c6caf601
commit
f92bba2f23
@ -77,7 +77,6 @@
|
||||
# Hint Electron Apps to use Wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
@ -32,6 +32,9 @@ commonHome // {
|
||||
wofi
|
||||
alacritty
|
||||
firefox
|
||||
# File manager
|
||||
kdePackages.dolphin
|
||||
|
||||
# Hypr* ecosystem
|
||||
hyprlauncher
|
||||
|
||||
|
||||
9
modules/common/ai.nix
Normal file
9
modules/common/ai.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
loadModels = [ "" "" ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# Installs Spotify and Spicetify (import this module in homeManager)
|
||||
# Installs Spotify and Spicetify (import this module in configuration.nix)
|
||||
environment.systemPackages = with pkgs; [
|
||||
spotify
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user