Compare commits

..

No commits in common. "32cc00b41352b7ac8357ee56871c352ff9639659" and "2c13ab8de3c6d6e5cde72f60b26cff885e7a9df1" have entirely different histories.

8 changed files with 8 additions and 22 deletions

View File

@ -7,7 +7,6 @@ in
imports = [
modules.common.home
modules.hm.hyprland
modules.hm.niri
];
home = {

View File

@ -15,8 +15,7 @@
hm = {
colors = ./home-manager/Rice/colors.nix;
hyprland = ./home-manager/Rice/Hyprland/hyprland.nix;
scripts = ./home-manager/Rice/scripts.nix;
niri = ./home-manager/Rice/Niri/niri.nix;
scripts = ./home-manager/Rice/Hyprland/scripts.nix;
nvim = ./home-manager/nvim.nix;
shell = ./home-manager/shell.nix;
spicetify = ./home-manager/spicetify.nix;

View File

@ -122,7 +122,7 @@ in
home.packages = with pkgs; [
# Custom scripts
(import ../scripts { inherit pkgs; })
(import ./scripts.nix { inherit pkgs; })
# Hyprland related (rice, etc...)
wofi
alacritty

View File

@ -1,12 +0,0 @@
{}:
{
programs.niri = {
enable = true;
config = {
input = {
focus-follows-mouse = null;
};
};
};
}

View File

@ -1,4 +1,4 @@
{ pkgs, ...}:
{ config, pkgs, inputs, ...}:
{
stylix = {

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, lib, ... }:
{ pkgs, inputs, ... }:
# Spicetify
let
@ -18,7 +18,7 @@ in
pointer
];
theme = lib.mkDefault spicePkgs.themes.catppuccin;
colorScheme = lib.mkDefault "mocha";
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
};
}

View File

@ -27,7 +27,7 @@
extraPackages = [ pkgs.nixd ];
userSettings = {
theme = lib.mkDefault {
theme = {
mode = "system";
dark = "Catppuccin Frappé (Blur)";
light = "Rosé Pine Dawn";