add back lock...
This commit is contained in:
parent
bd5b5e11ff
commit
09c4625fbb
7 changed files with 1454 additions and 12 deletions
1
nix/.gitignore
vendored
1
nix/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
flake.lock
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
openssl
|
openssl
|
||||||
|
|
@ -17,11 +17,11 @@
|
||||||
xorg.xkbutils
|
xorg.xkbutils
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
icon-library
|
icon-library
|
||||||
gnome.adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
morewaita-icon-theme
|
morewaita-icon-theme
|
||||||
kdePackages.breeze-icons
|
kdePackages.breeze-icons
|
||||||
gnome.seahorse
|
seahorse
|
||||||
upower
|
upower
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
1444
nix/flake.lock
generated
Normal file
1444
nix/flake.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -62,7 +62,7 @@
|
||||||
#css
|
#css
|
||||||
tailwindcss
|
tailwindcss
|
||||||
tailwindcss-language-server
|
tailwindcss-language-server
|
||||||
nodePackages_latest.vscode-css-languageserver-bin
|
vscode-langservers-extracted
|
||||||
|
|
||||||
#editors
|
#editors
|
||||||
neovide
|
neovide
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ in
|
||||||
networkmanager
|
networkmanager
|
||||||
zoxide
|
zoxide
|
||||||
fastfetch
|
fastfetch
|
||||||
pkgs.gnome.gnome-keyring
|
pkgs.gnome-keyring
|
||||||
dbus
|
dbus
|
||||||
killall
|
killall
|
||||||
adw-gtk3
|
adw-gtk3
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{ inputs
|
{ pkgs
|
||||||
, pkgs
|
|
||||||
, ...
|
, ...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -18,9 +17,9 @@
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
copyq
|
copyq
|
||||||
gnome.nautilus
|
nautilus
|
||||||
gnome.sushi
|
sushi
|
||||||
gnome.nautilus-python
|
nautilus-python
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
hyprcursor
|
hyprcursor
|
||||||
hyprpaper
|
hyprpaper
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
nvim-lint
|
nvim-lint
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
nvim-notify
|
nvim-notify
|
||||||
nvim-spectre
|
#nvim-spectre
|
||||||
nvim-treesitter.withAllGrammars
|
nvim-treesitter.withAllGrammars
|
||||||
nvim-treesitter-context
|
nvim-treesitter-context
|
||||||
nvim-treesitter-textobjects
|
nvim-treesitter-textobjects
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue