Compare commits

..

No commits in common. "c75db3b71769f8a5c88a26d3cfa56de3f187c6bd" and "d192efdf0f09cb208cfc7097a5d6b618e565f61d" have entirely different histories.

13 changed files with 19 additions and 86 deletions

View File

@ -46,6 +46,7 @@ in
stremio stremio
fastfetch fastfetch
freetube freetube
nextcloud-client
discord discord
nix-prefetch-github # Cmd to get rev and hash from GitHub nix-prefetch-github # Cmd to get rev and hash from GitHub
gimp gimp

34
flake.lock generated
View File

@ -116,7 +116,9 @@
"catppuccin-v1_2": "catppuccin-v1_2", "catppuccin-v1_2": "catppuccin-v1_2",
"home-manager": "home-manager", "home-manager": "home-manager",
"home-manager-stable": "home-manager-stable", "home-manager-stable": "home-manager-stable",
"nixpkgs": "nixpkgs", "nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable", "nixpkgs-stable": "nixpkgs-stable",
"nuscht-search": "nuscht-search" "nuscht-search": "nuscht-search"
}, },
@ -664,16 +666,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1736344531, "lastModified": 1736200483,
"narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=", "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"owner": "NixOS", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912", "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -710,22 +712,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1736200483,
"narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixvim": { "nixvim": {
"inputs": { "inputs": {
"devshell": "devshell", "devshell": "devshell",
@ -805,7 +791,7 @@
"catppuccin": "catppuccin", "catppuccin": "catppuccin",
"home-manager": "home-manager_2", "home-manager": "home-manager_2",
"hyprpanel": "hyprpanel", "hyprpanel": "hyprpanel",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"nixvim": "nixvim", "nixvim": "nixvim",
"spicetify-nix": "spicetify-nix", "spicetify-nix": "spicetify-nix",

View File

@ -7,6 +7,7 @@
catppuccin = { catppuccin = {
url = "github:catppuccin/nix"; url = "github:catppuccin/nix";
inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.11"; url = "github:nix-community/home-manager/release-24.11";

View File

@ -14,11 +14,10 @@ in
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim
./cava.nix ./cava.nix
./default-applications.nix ./default-applications.nix
./development
./fish.nix ./fish.nix
./gtk.nix ./git.nix
./mpv.nix ./mpv.nix
./nextcloud.nix ./nixvim
./rofi ./rofi
./wlogout ./wlogout
./hyprland ./hyprland
@ -26,6 +25,8 @@ in
./yazi ./yazi
]; ];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = { home = {
username = username; username = username;
homeDirectory = dir.home; homeDirectory = dir.home;

View File

@ -1,7 +0,0 @@
{
imports = [
./git.nix
./nixvim
./zed.nix
];
}

View File

@ -1,32 +0,0 @@
{
programs.zed-editor = {
enable = true;
extensions = [
"html"
"catppuccin"
"toml"
"nix"
"git_firefly"
];
userSettings =
let
theme = import ../../theme.nix;
font = "${theme.nerdFont} Nerd Font";
fontSize = 14;
in
{
autosave = "on_focus_change";
base_keymap = "JetBrains";
ui_font_family = font;
buffer_font_family = font;
ui_font_size = fontSize;
buffer_font_size = fontSize;
theme = {
mode = "system";
light = "Catppuccin Frappé";
dark = "Catppuccin Mocha";
};
lsp.nil.initialization_options.formatting.command = [ "nixfmt" ];
};
};
}

View File

@ -1,13 +0,0 @@
let
theme = import ../theme.nix;
in
{
gtk.enable = true;
catppuccin.gtk = {
enable = true;
flavor = theme.flavor;
icon.enable = true;
};
stylix.targets.gtk.enable = false;
}

View File

@ -14,6 +14,7 @@ in
# Autostart # Autostart
exec-once = [ exec-once = [
"${app.browser}" "${app.browser}"
"nextcloud"
"${app.terminal}" "${app.terminal}"
"hypridle" "hypridle"
"systemctl --user start hyprpolkitagent" "systemctl --user start hyprpolkitagent"

View File

@ -1,6 +0,0 @@
{
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
}

View File

@ -6,6 +6,7 @@
jetbrains.rust-rover jetbrains.rust-rover
jetbrains.webstorm jetbrains.webstorm
vscodium # TODO set up extensions vscodium # TODO set up extensions
zed-editor
# Tools # Tools
git git
rustup rustup

View File

@ -6,7 +6,7 @@
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# adw-gtk3 adw-gtk3
glib glib
adwaita-icon-theme adwaita-icon-theme
gnomeExtensions.appindicator gnomeExtensions.appindicator