both builds are the same

This commit is contained in:
afoucaultc 2026-07-07 19:59:56 +02:00
parent 11588e1c21
commit cb4bf3be89
9 changed files with 12 additions and 2994 deletions

View file

@ -1,6 +1,6 @@
wallpaper {
monitor =
path = /home/afoucaultc/Pictures/Wallpapers/nix-wallpaper.png
path = /home/afoucaultc/nixos-config/dotfiles/hypr/wallpaper/nix-wallpaper.png
fit_mode = cover
}
splash = false

View file

@ -1 +0,0 @@
/nix/store/d0jmg6rl00w0f105z3z8g7344glg2jlz-home-manager-files/.config/kitty/diff.conf

1
dotfiles/kitty/diff.conf Symbolic link
View file

@ -0,0 +1 @@
/nix/store/sf7ax7nqdrd15sjzqrc3i6485d45vwfh-home-manager-files/.config/kitty/diff.conf

View file

@ -1 +0,0 @@
/nix/store/d0jmg6rl00w0f105z3z8g7344glg2jlz-home-manager-files/.config/kitty/kitty.conf

1
dotfiles/kitty/kitty.conf Symbolic link
View file

@ -0,0 +1 @@
/nix/store/sf7ax7nqdrd15sjzqrc3i6485d45vwfh-home-manager-files/.config/kitty/kitty.conf

File diff suppressed because it is too large Load diff

View file

@ -1,39 +0,0 @@
# vim:ft=kitty
foreground #EDE7FE
background #25213B
selection_foreground #EDE7FE
selection_background #584F8C
# Cursor colors
cursor #25213B
cursor_text_color #EDE7FE
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #2E2A37
color8 #8876A7
# red
color1 #E56179
color9 #ED788D
# green
color2 #6DE38B
color10 #84EB9E
# yellow
color3 #F8C772
color11 #F9D494
# blue
color4 #7C89F8
color12 #8893FC
# magenta
color5 #B09CED
color13 #C09CF7
# cyan
color6 #33D7B0
color14 #51E1C0
# white
color7 #EEE5FF
color15 #FFFFFF
# You can set the remaining 240 colors as color16 to color255.

6
flake.lock generated
View file

@ -194,11 +194,11 @@
]
},
"locked": {
"lastModified": 1783388784,
"narHash": "sha256-w+YU5vatysjLZIg1wOKSzo/RL9Z66eBQuIjVnBM/1Zg=",
"lastModified": 1783436070,
"narHash": "sha256-F80z1JoiJgZyTT5D+3siLOVzqmCEphLR7t0Ym/I2CLI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "63d02d1c19f1c2b47a5bc7e55c620b6af7b218a6",
"rev": "f09af49406ffad37acb6538d3207189a1a1e0b7e",
"type": "github"
},
"original": {

View file

@ -1,11 +0,0 @@
{ pkgs, inputs, ... }:
{
environment.systemPackages = with pkgs; [
inputs.noctalia.packages.${pkgs.stdenv.hostPlatform.system}.default
];
nix.settings = {
extra-substituters = [ "https://noctalia.cachix.org" ];
extra-trusted-public-keys = [ "noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4=" ];
};
}

View file

@ -3,7 +3,8 @@
stylix = {
enable = true;
targets.gtksourceview.enable = false;
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarized-dark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";
polarity = "dark";
cursor = {
package = pkgs.bibata-cursors;
@ -25,6 +26,5 @@
terminal = 12;
};
};
polarity = "dark";
};
}

View file

@ -10,7 +10,6 @@
./config/fonts.nix
./config/hyprland.nix
./config/language.nix
#./config/noctalia.nix
./config/power_management.nix
./config/sound.nix
./config/stylix.nix
@ -24,9 +23,10 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"pnpm-10.29.2"
];
#nixpkgs.config.permittedInsecurePackages = [
# "pnpm-10.29.2"
#];
system.stateVersion = "25.11";
}